Updated ssh.exe examples (markdown)

Manoj Ampalam 2017-03-09 11:10:22 -08:00
parent 349c48ad6d
commit b6896173e4

@ -4,6 +4,9 @@
* `ssh.exe user@host`
2. Domain Users:
* `ssh.exe -l user@domain host`
* If above doesn't work, try this
- ssh.exe 'DOMAIN\user'@host
##### Login With SSH Keys