From 27adc79188b0c4e4f16569f1de69bb7576d5b304 Mon Sep 17 00:00:00 2001 From: Mike MacCana Date: Fri, 1 Jan 2016 22:05:31 +0000 Subject: [PATCH] 'Client authentication keys' are normally just called SSH keys (they're per user, not per client). --- 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 4858753..ffe9f5b 100644 --- a/ssh.exe-examples.md +++ b/ssh.exe-examples.md @@ -5,8 +5,9 @@ 2. Domain Users: * `ssh.exe -l user@domain host` -##### Login With Client Keys (key-based authentication) -1. Generate client authentication key +##### Login With SSH Keys + +1. Generate a key pair on the client: * `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 `%systemdrive%\users\user\\.ssh\authorized_keys`