Created
September 15, 2016 13:33
-
-
Save mdellavo/f42b7841a3d8cd021c1bbe3962046c04 to your computer and use it in GitHub Desktop.
Convert PGP Public Key to OpenSSH
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# import the public key | |
gpg --import ../alice.asc | |
gpg --export $KEYID | openpgp2ssh $KEYID |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment