From 2333023bb3581b33f6c8fae4d9412deefa108ebe Mon Sep 17 00:00:00 2001 From: Mike MacCana Date: Fri, 1 Jan 2016 22:03:39 +0000 Subject: [PATCH] Be specific about how to launch powershell. Also fix 'remote SSH' is inherently remote. --- ssh.exe-examples.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ssh.exe-examples.md b/ssh.exe-examples.md index 4cb9148..4858753 100644 --- a/ssh.exe-examples.md +++ b/ssh.exe-examples.md @@ -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: **********