From f70d1108fab9bdc087d4ca6c2da3c499c44e354f Mon Sep 17 00:00:00 2001 From: bagajjal Date: Wed, 26 Aug 2020 10:02:56 -0700 Subject: [PATCH] Updated Setup public key based authentication for windows (markdown) --- Setup-public-key-based-authentication-for-windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Setup-public-key-based-authentication-for-windows.md b/Setup-public-key-based-authentication-for-windows.md index ca2747d..2d10c71 100644 --- a/Setup-public-key-based-authentication-for-windows.md +++ b/Setup-public-key-based-authentication-for-windows.md @@ -22,7 +22,7 @@ _Please note administrators_authorized_keys is the file name without any extension._ - ii. set the right ACLs. + ii. set the right ACLs using one of the host private key file. `get-acl "$env:programdata\ssh\ssh_host_rsa_key" | set-acl "$env:programdata\ssh\administrators_authorized_keys"`