You are here

SSH without passwords - generating keys

shroman's picture

To login into the system without a password request you need to add remote machine public RSA key into the target machine ~/.ssh/authorized_keys Public key location: ~/.ssh/id_rsa.pub This is really useful for remote script execution under the requested credentials.