1.5.1 Windows
Connecting from Windows
SSH Connection
Windows provides several SSH client options:
| Client | Built-in | Notes |
|---|---|---|
| PowerShell | Yes (Windows 10+) | Recommended for most users |
| Windows Terminal | Yes (Windows 11) | Modern terminal with tabs |
| PuTTY | No (download required) | Traditional SSH client |
| MobaXterm | No (download required) | Feature-rich with built-in SFTP |
Using PowerShell or Windows Terminal
- Click Connections on your workspace
- Under CLI Connections, select your SSH key
- Click Use this SSH Key
- Copy the SSH command
- Open PowerShell or Windows Terminal
- Paste and run the command
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)
For better performance, especially with graphics-intensive work:
- 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 | Ensure your key file is in a secure location with restricted permissions |
| Connection timeout | Verify your IP is whitelisted in the security group |
| PuTTY can’t use .pem | Convert to .ppk format using PuTTYgen |