Updated ssh.exe examples (markdown)

manojampalam 2016-05-19 23:33:27 -07:00
parent 334354b13e
commit 876838b860

@ -13,7 +13,7 @@
* `net start ssh-agent`
* `ssh-add.exe id_rsa`
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
* `ssh.exe -i .\id_rsa user@host` (work group user)
* `ssh.exe -i .\id_rsa -l user@domain host` (domain user)