Be specific about how to launch powershell. Also fix 'remote SSH' is inherently remote.

Mike MacCana 2016-01-01 22:03:39 +00:00
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: **********