Created
July 21, 2015 22:10
-
-
Save anamorph/2b8a67596963df1d62c2 to your computer and use it in GitHub Desktop.
creating public key from private key
This file contains hidden or 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
# generates public key form private key where | |
# $1 is the source private key | |
# $2 is the ouput public key | |
# | |
# created as a reminder ... | |
ssh-keygen -y -f $1 > $2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment