Access Your VM Instance Using Horizon
The Horizon web GUI also has a built-in console from which you can access your VM Instance once you have added a generic user over SSH. Note that this is not the preferred method, and that the CADES team recommends using the traditional SSH connection for accessing your VM Instance.
Prerequisites
The Horizon console uses a simple username/password authentication model, and cannot leverage SSH key pairs for authentication. This means that you cannot use the console with the "cades" username or your UCAMS credentials.
As a result, to access your VM Instance using the Horizon console, you must first use SSH to create a non-UCAMS user. More info on creating users is available here.
Log in to Horizon
- Navigate to the Horizon web interface at https://cloud.cades.ornl.gov/.
- Log in with your UCAMS credentials.
- Domain:
ornl
- Username:
Your three-letter UCAMS ID
- Password:
Your UCAMS password
- Domain:
We can now use Horizon to access your VM Instances using the Console option.
Launch Console
- Navigate to
Project
→Compute
→Instances
. - Click the ▾ drop-down menu of the Instance you would like to access.
- Select
Console
from the resulting menu.
- In the console, input your user credentials.
- Upon successful login, you can execute commands on your VM Instance.
📝 Note: To use the Horizon console, you must first add a user and password to the Instance's operating system (via SSH) to enable access to the VM without an SSH key.
Related Tutorials
- Add More Users to VM Instances
- Access Your VM Instances Using SSH
- Access Your VM Instances Using PuTTY (Windows)