Updated ssh.exe examples (markdown)

manojampalam 2015-10-13 22:00:27 -07:00
parent 1bbfd4b75a
commit da01502c3d

@ -9,7 +9,7 @@
1. Generate client authentication key
* ssh-keygen.exe -t rsa -f id_rsa
2. Copy id_rsa.pub (client's public key) to corresponding user's directory on ssh HOST
* as %windir%\users\user\\.ssh\authorized_keys
* as %systemdrive%\users\user\\.ssh\authorized_keys
3. Login using private key
* ./ssh.exe -i ./id_rsa user@host (work group user)
* ./ssh.exe -i ./id_rsa -l user@domain host (domain user)