Request: Openstack / Create and 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. Fill out the form. 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

  1. Security is up to the owners of the new server. This guide provides some basic steps you really need to do.
  2. CEC Best Practices for Security Capstone Servers

 

Note

 

Details

Article ID: 75782
Created
Wed 4/10/19 11:08 AM
Modified
Tue 5/16/23 3:44 PM
Can you resolve this issue yourself?
Yes! This is self-service with a smile.
Supported Office or Community
ADOT / LDS
CEC Technology Support