TIL: Visit https://github.com/username.keys
to get any Github user his/her SSH Public Keys (e.g. https://github.com/bramus.keys).
In addition, this handy one-liner comes to mind:
curl -L https://github.com/username.keys >> ~/.ssh/authorized_keys
(via)
Leave a comment