Last Updated: February 25, 2016
·
6.791K
· joe_james

Curl Your Github Public Keys

Download your public keys stored on Github, very useful when setting up a new environment:

$ touch ~/.ssh/authorized_keys
$ curl https://github.com/your-username.keys >> ~/.ssh/authorized_keys

1 Response
Add your response

There no need to touch the file.

over 1 year ago ·