Skip to content

Instantly share code, notes, and snippets.

@aidik
Created July 6, 2019 19:08
Show Gist options
  • Save aidik/d3811b71810f06ceadd521a9491d31a9 to your computer and use it in GitHub Desktop.
Save aidik/d3811b71810f06ceadd521a9491d31a9 to your computer and use it in GitHub Desktop.
curl ssh public key from GitHub to authorized_keys

mkdir -m 700 ~/.ssh; curl https://github.com/aidik.keys >> ~/.ssh/authorized_keys

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment