From 642c89a957dfabae71d90fb92f57230d21e50a40 Mon Sep 17 00:00:00 2001 From: quamrulmina Date: Wed, 23 Sep 2015 10:33:26 -0500 Subject: [PATCH] Updated OpenSSH 64 bit Build and Installation Instructions (markdown) --- OpenSSH-64-bit-Build-and-Installation-Instructions.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/OpenSSH-64-bit-Build-and-Installation-Instructions.md b/OpenSSH-64-bit-Build-and-Installation-Instructions.md index 75c2236..322ed65 100644 --- a/OpenSSH-64-bit-Build-and-Installation-Instructions.md +++ b/OpenSSH-64-bit-Build-and-Installation-Instructions.md @@ -71,7 +71,9 @@ Or: HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Control/Lsa/Authentication Packages -Reboot the machine. +- Reboot the machine. + +- .ssh/authorized_keys file in a user's home directory should contain the public keys allowed to logon without password for the user. Typically it is in c:/users/myusername/.ssh/authorized_keys in a Windows system. One adds a key by appending a public key to the end of this file. For example: "type id_rsa.pub >> .ssh/authorized_keys" #### REFERENCE VERSIONS