-
Notifications
You must be signed in to change notification settings - Fork 784
ssh.exe examples
manojampalam edited this page Oct 13, 2015
·
38 revisions
- Work Group Users:
- ssh.exe user@host
- Domain Users:
- ssh.exe -l user@domain host
- Generate client authentication key
- ssh-keygen.exe -t rsa -f id_rsa
- Copy id_rsa.pub (client's public key) to corresponding user's directory on ssh HOST
- as %windir%\users\user\.ssh\authorized_keys
- 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)
- MSI Install Instructions
- Script Install Instructions
- Alternative installation using the universal installer
- Retrieving download links for the latest packages