Quantcast
Channel: How do I ssh without a password (setting up ssh keys doesn't work)? - Super User
Browsing all 3 articles
Browse latest View live

Answer by BillThor for How do I ssh without a password (setting up ssh keys...

ssh is paranoid about ownership of the authorized_keys file. If it is possible for someone other than root to change the file, then it won't use it. It checks the whole directory tree, so if it is...

View Article



Answer by Ignacio Vazquez-Abrams for How do I ssh without a password (setting...

Set the permissions on ~/.ssh (0700) and its contents (0600) on both the client and server appropriately.

View Article

How do I ssh without a password (setting up ssh keys doesn't work)?

I want to ssh, scp, git fetch, etc. without a password. I saw the previous questions, and closed ones regarding this issue, but the suggestion seems to be to use ssh keys. However, after setting up ssh...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images