Skip to content

Instantly share code, notes, and snippets.

@DevoKun
Created February 21, 2019 20:03
Show Gist options
  • Save DevoKun/405db2163df289bab07298cd6ba5ac90 to your computer and use it in GitHub Desktop.
Save DevoKun/405db2163df289bab07298cd6ba5ac90 to your computer and use it in GitHub Desktop.
Export 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