Updated ssh.exe examples (markdown)

Manoj Ampalam 2019-01-08 10:53:57 -08:00
parent 7c69f68af8
commit 55f2c69382

@ -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\<user>\.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\<user>\.ssh\authorized_keys`
### For Unix and Linux users