Created
April 18, 2013 22:01
-
-
Save stvbdn/5416601 to your computer and use it in GitHub Desktop.
DAIR server setup
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
1. Create new SSH key in Access & Security. This will download a .pem file for you. | |
2. Launch the instance with the follow: | |
image: | |
Ubuntu 12.04 | |
service groups: | |
default | |
web-server | |
3. Associate floating ip. | |
4. chmod 600 whatever.pem | |
5. ssh -i whatever.pem root@[floating ip] | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment