How to Setup Passwordless SSH Connect from Windows to Linux
This is how you can connect (ssh) from your Windows 10 machine to your Linux server (CentOS in my case) without entering the SSH password.
- First, open “PowerShell” and execute the following command to generate public/private RSA key pair:
ssh-keygen