mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-07-24 06:25:35 +02:00
Be specific about how to launch powershell. Also fix 'remote SSH' is inherently remote.
parent
2699d15d4f
commit
2333023bb3
@ -14,8 +14,9 @@
|
||||
* `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:
|
||||
##### Running Powershell
|
||||
|
||||
Powershell can be launched over SSH by running the command `powershell -File -` as follows:
|
||||
|
||||
C:\Master>ssh.exe -l user@127.0.0.1
|
||||
user@127.0.0.1's password: **********
|
||||
|
Loading…
x
Reference in New Issue
Block a user