Last active
January 4, 2017 08:43
-
-
Save seymores/0337f12e1a58d0989ac9 to your computer and use it in GitHub Desktop.
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
ssh-keygen -t rsa -b 2048 -v | |
cat server.pub >> .ssh/authorized_keys | |
# rename server server.pem | |
# Distribute server.pem to login. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment