From da01502c3d004f0e934f25db7b5b6a182e9cf628 Mon Sep 17 00:00:00 2001 From: manojampalam Date: Tue, 13 Oct 2015 22:00:27 -0700 Subject: [PATCH] Updated ssh.exe examples (markdown) --- ssh.exe-examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssh.exe-examples.md b/ssh.exe-examples.md index e5d87b2..c56fa89 100644 --- a/ssh.exe-examples.md +++ b/ssh.exe-examples.md @@ -9,7 +9,7 @@ 1. Generate client authentication key * ssh-keygen.exe -t rsa -f id_rsa 2. Copy id_rsa.pub (client's public key) to corresponding user's directory on ssh HOST - * as %windir%\users\user\\.ssh\authorized_keys + * 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)