Skip to main content

Setup SSH Passwordless Login

$ ssh-keygen

$ ls -al ~/.ssh/


Use the ssh-copy-id command with an input file of id_rsa.pub.


$ ssh-copy-id -i ~/.ssh/id_rsa.pub ram@client

Comments

Popular posts from this blog