Wednesday, January 25, 2012
TIP: Passphraseless SSH on Fedora
If you are trying to set up passphraseless SSH on Fedora, then remember that the permissions on the file authorized_keys should be 644
======================================================
.ssh$ chmod 644 authorized_keys
anil@sadbhav:~/.ssh$ ssh localhost
Last login: Sun Jan 22 21:42:06 2012 from localhost
anil@sadbhav:~$ exit
logout
Connection to localhost closed.
anil@sadbhav:~/.ssh$ chmod 644 known_hosts
================
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment