Skip to content

Instantly share code, notes, and snippets.

@shakahl
Forked from aidik/command.md
Created March 15, 2025 14:34
Show Gist options
  • Save shakahl/e5bd2c54c1daaa0fdae119b68e3b228f to your computer and use it in GitHub Desktop.
Save shakahl/e5bd2c54c1daaa0fdae119b68e3b228f 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