Tagged Questions
0
votes
4answers
740 views
Despite all the information available, I'm stumped on passwordless logins. Help?
So I have my home computer & a server. I want the server to be able to SSH into my home computer w/out a password. I have followed various tutorials and can ssh from home to server with no ...
0
votes
1answer
489 views
Access CentOS 5 server over SSH with RSA public/private key from OSX
I'm trying to configure SSH access to my CentOS server using an RSA key rather than with a password but it refuses to accept the key. Here's what I've done so far:
On client machine (OSX):
...