-
-
Save jmwebservices/59559e1453b58c0f476d5abf9df463dc 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
> yum install monkeysphere
> gpg --import ./[PATH TO ASC]
> gpg --export [KEY ID] | openpgp2ssh [KEY ID]