From 70db644e2ae270967196a42eb72a902315ff7061 Mon Sep 17 00:00:00 2001 From: Yanbing Date: Sat, 13 May 2017 17:10:26 -0700 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 9698b94..bf90a00 100644 --- a/ssh.exe-examples.md +++ b/ssh.exe-examples.md @@ -13,7 +13,7 @@ *** 1. Copy `id_rsa.pub` (client's public key) to corresponding user's directory on ssh server machine * as `%systemdrive%\users\\.ssh\authorized_keys` (path on the ssh server machine) -2. Make sure the authorized_keys file is [secured][Secure file] and "NT Service\sshd" has Read access to it +2. Make sure the authorized_keys file is [secured][Secure file] (you make need to re-ACL it if it is not.) and "NT Service\sshd" has Read access to it ``` $authorizedKeyPath = "%systemdrive%\users\\.ssh\authorized_keys" $acl = get-acl $authorizedKeyPath