mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-07-26 23:44:35 +02:00
Updated ssh.exe examples (markdown)
parent
3a6c7377b1
commit
3bbfc0002b
@ -1,11 +1,11 @@
|
||||
|
||||
##### Login With Password:
|
||||
1. Work Group Users:
|
||||
* `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
|
||||
* `ssh user@host`
|
||||
2. Domain Users: Any of the following formats:
|
||||
* `ssh -l user@domain host`
|
||||
* `ssh domain\user@host`
|
||||
* `ssh user@domain@host`
|
||||
|
||||
|
||||
##### Login With SSH Keys
|
||||
|
Loading…
x
Reference in New Issue
Block a user