Skip to content

Instantly share code, notes, and snippets.

@Vitre
Last active August 29, 2015 14:19
Show Gist options
  • Save Vitre/201d4795d9310fbe3ccd to your computer and use it in GitHub Desktop.
Save Vitre/201d4795d9310fbe3ccd to your computer and use it in GitHub Desktop.
SSH-KEYGEN linux
ssh-keygen -t rsa -C "your_email@example.com"
sudo apt-get install xclip
xclip -sel clip < ~/.ssh/id_rsa.pub
clip < ~/.ssh/id_rsa.pub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment