Skip to content

Instantly share code, notes, and snippets.

@jnakatsui
Created October 3, 2014 17:01
Show Gist options
  • Save jnakatsui/ead5216c8fb110d99fdb to your computer and use it in GitHub Desktop.
Save jnakatsui/ead5216c8fb110d99fdb 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