mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-07-24 06:25:35 +02:00
Updated ssh.exe examples (markdown)
parent
c2b9a74a9e
commit
fc376dee02
@ -3,10 +3,12 @@
|
||||
|
||||
1. Workgroup users
|
||||
* `ssh user@host`
|
||||
2. Domain users: Domain needs to be explicitly specified. Any of the following formats work
|
||||
2. Domain users: Prior to v7.7.0.0, domain needs to be explicitly specified. Any of the following formats work
|
||||
* `ssh -l user@domain host`
|
||||
* `ssh domain\user@host`
|
||||
* `ssh user@domain@host`
|
||||
* `ssh user@host` (works from v7.7.0.0 onwards provided `user` has no conflicts otherwise - ex. `user` exists both on local account data base and on domain)
|
||||
|
||||
|
||||
## Login With SSH Keys
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user