Request: OpenStack / Create, access server for Capstone or class project

Request

  • Create an OpenStack server for a Capstone or class project
  • Grant access to the OpenStack server for a Capstone or class project

Environment

  • OpenStack Server
    • CEC Server
    • Student-managed Server for Class Projects
    • LAMP Stack
    • WebServer

Rationale

  • Faculty or student group can request an OpenStack server for a Capstone or class project
    • These will be student-managed servers with internal Miami only access
  • External (off-campus) access can be granted once the users have demonstrated the server is properly configured and secured

Resolution 

Request an OpenStack server

  1. Complete and submit the OpenStack Server request form

 

Access an OpenStack server

  1. Once completed, you will receive confirmation that your server has been created and a private key
    • Protect this file (key) as possession of the key allows people access to your server
  2. Use this private key to log in to the ubuntu user on your server
  3. From Linux:
    1. Make sure the key has proper protection (or ssh will complain)
      • chmod 600 <file>.pem
    2. Use ssh to access the server from oncampus or via vpn
      • ssh -i <file>.pem ubuntu@<servername>
  4. From Windows:
    1. Use putty-keygen to load the .pem key and save it as a .ppk key file
      • Putty requires a .ppk format
    2. Launch Putty
      1. In the Authentication section, load the <file>.ppk
      2. In the session section, enter ubuntu@<servename>
      3. Optionally, you can save this configuration to simplify accessing the server in the future

 

Guide to secure your new server

 

Note