Live data from Hacker News

Show HN: Authorize SSH public keys from trusted online identities

github.com

1–5 of 5 posts

Re: Show HN: Authorize SSH public keys from trusted online identities

#3

Isn'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.