2 Answers
- Newest
- Most votes
- Most comments
1
AFAIK, NICE DCV does not support non-encrypted connections.
Alternatively, you can connect using NICE DCV native client. It will pop up a dialog box about untrusted connection only on first connection. Native clients can be downloaded from https://download.nice-dcv.com/
Subsequently, you can restrict your Ubuntu remote access to NICE DCV native clients only. Disable web browser client access by removing web viewer package, i.e.
sudo apt remove nice-dcv-web-viewer
0
To run ssh tunnel via port forwarding and run the DCV client:
- Port forwarding - ssh -L 8443:localhost:8443 ubuntu@<ec2 host>.amazonaws.com
- In the DCV client, use the hostname as localhost.
- Change the password to the 'ubuntu' user in the instance ( ssh will still only use the pem file ) and use the username and password to connect using DCV
answered 9 days ago
Relevant content
- asked 4 years ago
- asked 2 years ago
- AWS OFFICIALUpdated a year ago
