How to: SSH private key authentication on OS X

Posted by dan on Server Fault See other posts from Server Fault or by dan
Published on 2010-05-19T16:53:27Z Indexed on 2010/05/19 17:02 UTC
Read the original article Hit count: 262

Filed under:
|
|

Hi,

I need to ssh into a linux box. The server admin gave me a public and private ssh key. When I'm trying to login with the private key the login times out ("Operation timed out").

I'm using this command to login:

ssh -v -i /path/to/private_key host

What would be the right way to login? Do I need the public key for authentication?

Thanks for any help.

© Server Fault or respective owner

Related posts about ssh

Related posts about linux