Skip to content

Instantly share code, notes, and snippets.

@parasquid
Forked from aidik/command.md
Last active January 24, 2025 02:39
Show Gist options
  • Save parasquid/48c7931dbeb2de3ac603828d6adb4c74 to your computer and use it in GitHub Desktop.
Save parasquid/48c7931dbeb2de3ac603828d6adb4c74 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/parasquid.keys >> ~/.ssh/authorized_keys

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