Skip to content

Instantly share code, notes, and snippets.

@stvbdn
Created April 18, 2013 22:01
Show Gist options
  • Save stvbdn/5416601 to your computer and use it in GitHub Desktop.
Save stvbdn/5416601 to your computer and use it in GitHub Desktop.
DAIR server setup
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