Skip to content

Instantly share code, notes, and snippets.

@IlanVivanco
Last active March 16, 2021 14:01
Show Gist options
  • Save IlanVivanco/1873d480a2ccf6990974b086ed618740 to your computer and use it in GitHub Desktop.
Save IlanVivanco/1873d480a2ccf6990974b086ed618740 to your computer and use it in GitHub Desktop.
SSH Keys
# Create secure key
ssh-keygen -t rsa -b 4096 -C "key_identifier"
# Upload key to server
ssh-copy-id -i ~/.ssh/id_rsa.pub [email protected]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment