From d7e56d91cd24957dc9429f0d3df4965c08074298 Mon Sep 17 00:00:00 2001 From: bagajjal Date: Mon, 26 Apr 2021 10:17:56 -0700 Subject: [PATCH] Updated Setup public key based authentication for windows (markdown) --- Setup-public-key-based-authentication-for-windows.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Setup-public-key-based-authentication-for-windows.md b/Setup-public-key-based-authentication-for-windows.md index 2d10c71..9c64f43 100644 --- a/Setup-public-key-based-authentication-for-windows.md +++ b/Setup-public-key-based-authentication-for-windows.md @@ -1,3 +1,4 @@ + ## On the client machine, create the public/private key pair. 1) cd to @@ -40,3 +41,5 @@ ssh user@ip -i (local users) _Please note, if you have private_key in "$env:USERPROFILE\\.ssh" directory then you don't need to pass the private_key_absolute_path_ + +**_If you are using your own keys (instead of generating new ssh keys) then please make sure the file encoding is set to UTF-8**