Skip to content

Instantly share code, notes, and snippets.

@dwallraff
Created May 31, 2016 15:15
Show Gist options
  • Save dwallraff/0a097e4a21fb188a8d3b34e4b78359c8 to your computer and use it in GitHub Desktop.
Save dwallraff/0a097e4a21fb188a8d3b34e4b78359c8 to your computer and use it in GitHub Desktop.
generate public key from private key
ssh-keygen -y -f ~/.ssh/id_rsa > ~/.ssh/id_rsa.pub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment