Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dvydra/862938 to your computer and use it in GitHub Desktop.
Save dvydra/862938 to your computer and use it in GitHub Desktop.
extracting a public SSH key from a private key file:
extracting a public SSH key from a private key file:
ssh-keygen -y -f id_dsa > id_dsa.pub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment