Created
October 9, 2017 05:25
-
-
Save omartrigui/ac65e63755253c7d514b45dc4fbf33a5 to your computer and use it in GitHub Desktop.
EC2ize a minimalist debian instance
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
[client] | |
ssh-keygen -t rsa -b 2048 -v | |
ssh-copy-id -i ~/sample.pub [email protected] | |
[server] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment