Updated Setup public key based authentication for windows (markdown)

bagajjal 2021-05-04 17:36:19 -07:00
parent d7e56d91cd
commit d334bfa41c

@ -1,3 +1,4 @@
**Please note key based authentication is not supported for AAD users. Refer to https://github.com/PowerShell/Win32-OpenSSH/issues/1787.**
## On the client machine, create the public/private key pair.
1) cd to <openssh_binary_folder>
@ -43,3 +44,4 @@
_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**