Skip to content

Importing SSH keys from GitHub

Why

Sometimes you need a quick and easy way to add your personal SSH keys to a server

We can use GitHub as our source for SSH keys

How

wget -O - https://github.com/userbradley.keys >> /root/.ssh/authorized_keys
wget -O - https://github.com/userbradley.keys >> ~/.ssh/authorized_keys

Import Public keys for ssh hosts


Want to make this site better? Open a PR or help fund hosting costs