From a96b2ebbbc83221274bd56dd24f72d35ded9cd42 Mon Sep 17 00:00:00 2001 From: manojampalam Date: Tue, 13 Oct 2015 23:01:07 -0700 Subject: [PATCH] Updated ssh.exe examples (markdown) --- ssh.exe-examples.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ssh.exe-examples.md b/ssh.exe-examples.md index c56fa89..ed756cb 100644 --- a/ssh.exe-examples.md +++ b/ssh.exe-examples.md @@ -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: