Skip to content

Instantly share code, notes, and snippets.

@adrianharabula
Last active January 27, 2017 15:37
Show Gist options
  • Save adrianharabula/7c801e96c80f3ceb6b08115ef432089b to your computer and use it in GitHub Desktop.
Save adrianharabula/7c801e96c80f3ceb6b08115ef432089b to your computer and use it in GitHub Desktop.
Generate new rsa ssh key
# generate ssh key
# public key file will be newkey.pub
# private key file will be newkey
ssh-keygen -f newkey
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment