From 876838b860010469308d619ca0c4bc5fa6da76dc Mon Sep 17 00:00:00 2001 From: manojampalam Date: Thu, 19 May 2016 23:33: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 fc46688..1e743fa 100644 --- a/ssh.exe-examples.md +++ b/ssh.exe-examples.md @@ -13,7 +13,7 @@ * `net start ssh-agent` * `ssh-add.exe id_rsa` 3. Copy `id_rsa.pub` (client's public key) to corresponding user's directory on ssh HOST - * as `%systemdrive%\users\user\\.ssh\authorized_keys` + * as `%systemdrive%\users\user\.ssh\authorized_keys` 4. 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)