Last active
December 1, 2015 15:28
-
-
Save mafonso/d67b089c6d7a54b15ecd to your computer and use it in GitHub Desktop.
Random SSH commands
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
# Generate public key from private | |
ssh-keygen -f id_rsa -y > id_rsa.pub |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment