Skip to content

Instantly share code, notes, and snippets.

@shoaibi
Created June 25, 2015 20:51
Show Gist options
  • Save shoaibi/1e2a64d4ee27d0b3e20e to your computer and use it in GitHub Desktop.
Save shoaibi/1e2a64d4ee27d0b3e20e to your computer and use it in GitHub Desktop.
Generate ssh 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