Logging in
Accessing the Cluster
- Cluster URL:
hpc.cambercloud.com
- Login node access via:
ssh user@hpc.cambercloud.com
SSH Key Setup
Option 1: Generate New Key Pair
- Log in to the Camber Cloud web portal
- Navigate to Profile > Security and Access > SSH Keys
- Click “Generate New Key”
- Download the private key file (.pem) immediately
- Important: This is your only chance to download the private key
- The public key is automatically registered with the cluster
Option 2: Use Existing Key Pair
- Generate a key pair on your local machine if needed:
- Log in to the web portal
- Click “Add new key”
- Enter a descriptive name
- Copy and paste your public key contents (from
*.pub
file)
Connecting to the Cluster
Important Security Notes
- Keep your private key secure
- Only upload the public key to the portal
- Supported key formats: ssh-ed25519 and ssh-rsa
- If you lose your private key, generate a new key pair