1.5.3 Linux
Connecting from Linux
SSH Connection
Linux has a built-in SSH client accessible from any terminal emulator.
- Click Connections on your workspace
- Under CLI Connections, select your SSH key
- Click Use this SSH Key
- Copy the SSH command
- Open your terminal
- Paste and run the command
Key Permissions
If you get a “permissions too open” error:
Warning
After selecting your SSH key, you have 60 seconds to connect. If the timer expires, click Use this SSH Key again.
DCV Remote Desktop (Browser)
- Click Connections on your workspace
- Click DCV (Browser)
- A new browser tab will open with your remote desktop
Your browser may show a security warning about a self-signed certificate. Click Advanced and proceed.
DCV Remote Desktop (Client)
- Download and install the NICE DCV Client
- Click Connections on your workspace
- Click DCV (Client)
- Allow your browser to open the DCV client
Web IDE (VS Code)
- Click Connections on your workspace
- Click Open IDE
- A new browser tab will open with VS Code
- Click Trust when prompted
Troubleshooting
| Issue | Solution |
|---|---|
| Permission denied (publickey) | Run chmod 400 ~/.ssh/your-key.pem |
| Connection timeout | Verify your IP is whitelisted in the security group |
| Key not found | Check the path in your SSH command matches where you saved the key |