mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-07-26 07:25:25 +02:00
Updated ssh.exe examples (markdown)
parent
f80a3a1bac
commit
22fea017e2
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
### Setup server-side (`sshd`)
|
### Setup server-side (`sshd`)
|
||||||
|
|
||||||
1. Copy `id_rsa.pub` (client's public key) to corresponding user's directory on the SSH server at `%systemdrive%\Users\<user>\.ssh\authorized_keys`
|
1. Append contents of `id_rsa.pub` (client's public key) to corresponding user's directory on the SSH server in `%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 permission on authorized_keys (only System, Administrators and owner can have access).
|
||||||
|
|
||||||
### For Unix and Linux users
|
### For Unix and Linux users
|
||||||
|
Loading…
x
Reference in New Issue
Block a user