mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-07-23 22:15:37 +02:00
Updated ssh.exe examples (markdown)
parent
1d3e37bf0e
commit
a96b2ebbbc
@ -11,8 +11,8 @@
|
||||
2. Copy id_rsa.pub (client's public key) to corresponding user's directory on ssh HOST
|
||||
* as %systemdrive%\users\user\\.ssh\authorized_keys
|
||||
3. 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)
|
||||
* ssh.exe -i .\id_rsa user@host (work group user)
|
||||
* ssh.exe -i .\id_rsa -l user@domain host (domain user)
|
||||
|
||||
##### Remote Powershell over ssh
|
||||
Powershell can be launched over remote ssh session as follows:
|
||||
|
Loading…
x
Reference in New Issue
Block a user