Updated ssh.exe examples (markdown)

Manoj Ampalam 2017-04-19 09:29:20 -07:00
parent 3a6c7377b1
commit 3bbfc0002b

@ -1,11 +1,11 @@
##### Login With Password: ##### Login With Password:
1. Work Group Users: 1. Work Group Users:
* `ssh.exe user@host` * `ssh user@host`
2. Domain Users: 2. Domain Users: Any of the following formats:
* `ssh.exe -l user@domain host` * `ssh -l user@domain host`
* If above doesn't work, try this * `ssh domain\user@host`
- ssh.exe 'DOMAIN\user'@host * `ssh user@domain@host`
##### Login With SSH Keys ##### Login With SSH Keys