Skip to content

Instantly share code, notes, and snippets.

@jkullick
Last active July 29, 2016 12:09
Show Gist options
  • Save jkullick/4641e4ab44650a5e4dc442cc0709d6b5 to your computer and use it in GitHub Desktop.
Save jkullick/4641e4ab44650a5e4dc442cc0709d6b5 to your computer and use it in GitHub Desktop.
Extract Public Key from SSH 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