mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-07-25 15:04:54 +02:00
Updated ssh.exe examples (markdown)
parent
713ac631f5
commit
b0b1be4c36
@ -11,7 +11,7 @@
|
|||||||
* `ssh-keygen.exe -t rsa -f id_rsa`
|
* `ssh-keygen.exe -t rsa -f id_rsa`
|
||||||
2. Register private key with ssh-agent (for single sign-on experience)
|
2. Register private key with ssh-agent (for single sign-on experience)
|
||||||
* `net start ssh-agent`
|
* `net start ssh-agent`
|
||||||
* `ssh-add id_rsa`
|
* `ssh-add.exe id_rsa`
|
||||||
3. Copy `id_rsa.pub` (client's public key) to corresponding user's directory on ssh HOST
|
3. Copy `id_rsa.pub` (client's public key) to corresponding user's directory on ssh HOST
|
||||||
* as `%systemdrive%\users\user\\.ssh\authorized_keys`
|
* as `%systemdrive%\users\user\\.ssh\authorized_keys`
|
||||||
4. Login using private key
|
4. Login using private key
|
||||||
|
Loading…
x
Reference in New Issue
Block a user