diff --git a/Setup-public-key-based-authentication-for-windows.md b/Setup-public-key-based-authentication-for-windows.md index ca2747d..2d10c71 100644 --- a/Setup-public-key-based-authentication-for-windows.md +++ b/Setup-public-key-based-authentication-for-windows.md @@ -22,7 +22,7 @@ _Please note administrators_authorized_keys is the file name without any extension._ - ii. set the right ACLs. + ii. set the right ACLs using one of the host private key file. `get-acl "$env:programdata\ssh\ssh_host_rsa_key" | set-acl "$env:programdata\ssh\administrators_authorized_keys"`