From 7c69f68af877970ce86510b7c0625aee761579ce Mon Sep 17 00:00:00 2001 From: Manoj Ampalam Date: Tue, 8 Jan 2019 10:53:06 -0800 Subject: [PATCH] Updated ssh.exe examples (markdown) --- ssh.exe-examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssh.exe-examples.md b/ssh.exe-examples.md index 821339c..1b0d98f 100644 --- a/ssh.exe-examples.md +++ b/ssh.exe-examples.md @@ -25,7 +25,7 @@ ### Setup server-side (`sshd`) -1. Append contents of `id_rsa.pub` (client's public key) to corresponding user's directory on the SSH server in `%systemdrive%\Users\\.ssh\authorized_keys` (create one if needed). +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). ### For Unix and Linux users