Tag Archives: without password

SSH Login Without Password

You can login to a remote Linux machine without entering a password. First, we need to create public and private keys using ssh-key-gen on the localhost. ssh-keygen   Now, we have two files in the .ssh directory “id_rsa” as private key file and “id_rsa.pub” as public key file.

Posted in Linux | Tagged , , , , | Leave a comment