Intel® DevCloud
Help for those needing help starting or connecting to the Intel® DevCloud
1660 Discussions

Can't connect to Devcloud VNC server

AdNarayan
Beginner
256 Views

I am trying to connect to DevCloud for oneAPI using this documentation. I have successfully logged in and acquired the otp. But when I try to connect using turboVNC viewer, it says connection failed and I get following message in Cygwin Terminal: 

channel 5: open failed: connect failed: Connection refused
My ssl configuration:

Host devcloud
User u219279
IdentityFile ~/.ssh/devcloud-access-key-219279.txt
ProxyCommand ssh -T -i ~/.ssh/devcloud-access-key-219279.txt guest@ssh.devcloud.intel.com

# SSH Tunnel config

################################################################################################

Host *.aidevcloud

    User uXXXXX
    
    IdentityFile ~/.ssh/devcloud-access-key-XXXXX.txt
    
    ProxyCommand ssh -T devcloud nc %h %p
    
    LocalForward 5022 localhost:22
    
    LocalForward 5901 localhost:5901
    
################################################################################################

Please help how to solve the error. 

0 Kudos
1 Reply
JesusE_Intel
Moderator
18 Views
0 Kudos
Reply