Created
December 11, 2012 14:36
-
-
Save blasterpal/4259001 to your computer and use it in GitHub Desktop.
SSH - SSL Cheatsheet
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
1. Convert PEM into pub SSH key file: | |
ssh-keygen -e -f amazon-ec2-key.pem >> amazon-ec2-key.pem.pub | |
2. Generate a PEM from a SSH key: | |
openssl rsa -in my_tunneler -outform pem > my_tunneler.pem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment