From 55f2c6938277a233a813d0aef976c37080d3da55 Mon Sep 17 00:00:00 2001 From: Manoj Ampalam Date: Tue, 8 Jan 2019 10:53:57 -0800 Subject: [PATCH] Updated ssh.exe examples (markdown) --- ssh.exe-examples.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ssh.exe-examples.md b/ssh.exe-examples.md index 1b0d98f..256ade0 100644 --- a/ssh.exe-examples.md +++ b/ssh.exe-examples.md @@ -26,7 +26,8 @@ ### Setup server-side (`sshd`) 1. Append contents of `id_rsa.pub` (client's public key) to the following file in corresponding user's directory `%systemdrive%\Users\\.ssh\authorized_keys` (create one if needed). -2. Double check permission on authorized_keys (only System, Administrators and owner can have access). +2. Double check access permissions on authorized_keys (only System, Administrators and owner can have access). +`icacls %systemdrive%\Users\\.ssh\authorized_keys` ### For Unix and Linux users