384 B
384 B
How to ssh to localhost without password
I did following 3 steps to create the password less login
ssh-keygen -t rsaPress enter for each linecat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keyschmod og-wx ~/.ssh/authorized_keys
Note
If your ~/.ssh/authorized_keys was already existing and had correct permissions, (3.) is not needed, but also does no harm.