How to Setup Passwordless SSH Connect from Windows to Linux

Mert Ilis
2 min readOct 9, 2020

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

--

--

Mert Ilis

I’m a software development enthusiast who likes trying different web technologies and adding value to his team.