verify public key on Ubuntu

Posted by macsig on Super User See other posts from Super User or by macsig
Published on 2014-06-10T09:00:33Z Indexed on 2014/06/10 9:28 UTC
Read the original article Hit count: 129

Filed under:
|

How can I verify if a ssh public key is successfully installed on a Ubuntu server? I'm trying to unable continuos deployment and to do so I need to install the public key I got from codeship on the server.

I have copied the key I got on the server at ~/.ssh/authorized_keys/id_rsa.pub and restarted ssh but I'm still not able to deploy my app so as first debugging step I'd like to make sure the public key is properly installed on the server.

Thanks.

© Super User or respective owner

Related posts about ubuntu

Related posts about ssh