Skip to content

Instantly share code, notes, and snippets.

@mdominiak
Created November 20, 2010 18:02
Show Gist options
  • Save mdominiak/708015 to your computer and use it in GitHub Desktop.
Save mdominiak/708015 to your computer and use it in GitHub Desktop.
generate public and private ssh keys on ubuntu
mkdir ~/.ssh
chmod 700 ~/.ssh
ssh-keygen -t rsa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment