Show HN: Authorize SSH public keys from trusted online identities
1–5 of 5 posts
Re: Show HN: Authorize SSH public keys from trusted online identities
#2Isn't this simpler?
ssh user@host 'mkdir ~/.ssh;echo '`cat ~/.ssh/id_dsa.pub`' >> ~/.ssh/authorized_keys'
Re: Show HN: Authorize SSH public keys from trusted online identities
#3Isn't this simpler? ssh user@host 'mkdir ~/.ssh;echo '`cat ~/.ssh/id_dsa.pub`' >> ~/.ssh/authorized_keys'
That works for your own key, but if you visit `.keys`" rel="nofollow">http://github.com/.keys`, you can get that user's pubkeys. Likewise for Launchpad at `/+sshkeys`" rel="nofollow">https://launchpad.net//+sshkeys`. This tool pulls keys from these locations so that you can add other users to your servers.
Re: Show HN: Authorize SSH public keys from trusted online identities
#4This project may merge with the ssh-import-id project. Will post updates on this.
Re: Show HN: Authorize SSH public keys from trusted online identities
#5This project may merge with the ssh-import-id project. Will post updates on this.
Indeed it has merged. Read more here: http://blog.dustinkirkland.com/2013/02/ssh-import-id-now-sup...