How to configure passwordless SSH login
You can login to an SSH
server without password by using public key authentication via these steps;
-
Generate an
SSH
key pair. Make sure to not set any passphrase for the key pair -
Enable public key authentication in the target server
-
Copy your
SSH
public key to the server
You will no longer be prompted for password the next time you log in to the server.