Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save NapoleonWils0n/4053267 to your computer and use it in GitHub Desktop.
Save NapoleonWils0n/4053267 to your computer and use it in GitHub Desktop.
ssh: regenerate a public ssh-key using private ssh-key
#!/bin/sh
# =====================================================
# = REGENERATE A PUBLIC SSH-KEY USING PRIVATE SSH-KEY =
# =====================================================
ssh-keygen -y -f id_rsa > id_rsa.pub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment