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

devcloud connection problems

singaravelann
Employee
1,800 Views

When I tried to connect to devcloud from my labtop with Cygwin, I see this err.

ssh: connect to host ssh.devcloud.intel.com port 22: Connection timed out
kex_exchange_identification: Connection closed by remote host
Connection closed by UNKNOWN port 65535

0 Kudos
7 Replies
AthiraM_Intel
Moderator
1,777 Views

Hi,


Thanks for reaching out to us.


Are you connecting DevCloud for the first time?

Please share your config file.


Also try replacing all instances of devcloud.intel.com with ssh.devcloud.intel.com in your ~/.ssh/config file and let us know if that works.



Thanks.




0 Kudos
singaravelann
Employee
1,774 Views

Here is my .ssh/config

 

################################################################################################
# oneAPI DevCloud SSH config
################################################################################################
Host devcloud
User u84057
IdentityFile ~/.ssh/devcloud-access-key-84057.txt
ProxyCommand ssh -T -i ~/.ssh/devcloud-access-key-84057.txt guest@ssh.devcloud.intel.com

Host devcloud.proxy
User u84057
Port 4022
IdentityFile ~/.ssh/devcloud-access-key-84057.txt
ProxyCommand ssh -T devcloud-via-proxy

# If you must route outgoing SSH connection via a corporate proxy,
# replace PROXY_HOSTNAME and PORT below with the values provided by
# your network administrator.
Host devcloud-via-proxy
User guest
Hostname ssh.devcloud.intel.com
IdentityFile ~/.ssh/devcloud-access-key-84057.txt
LocalForward 4022 c009:22
ProxyCommand nc -x proxy-iind.intel.com:911 %h %p
################################################################################

0 Kudos
GRN2
Employee
1,757 Views

Hi,

Turn off VPN and try again.

0 Kudos
AthiraM_Intel
Moderator
1,716 Views

Hi singaravelann,



Could you please replace your ProxyCommand by the following one


ProxyCommand nc -x proxy-iind.intel.com %h %p


This is for connecting DevCloud via proxy using the command "ssh devcloud.proxy"


You can also disconnect the vpn and connect DevCloud by using "ssh devcloud" which will also work.


Hope this helps. If the issue still persists, please let us know.


Thanks


0 Kudos
singaravelann
Employee
1,699 Views

Hi, 

It worked after turning off VPN.

 

Thanks for the support.

0 Kudos
AthiraM_Intel
Moderator
1,685 Views

Hi,


Glad to know that your issue is resolved. If you need any additional information, please submit a new question as this thread will no longer be monitored.



Thanks.



0 Kudos
Ra10
Employee
1,175 Views

Hi I have the same issue. I have disconnected the vpn but I still get connection time out. Can you help with this ?

 

Best Regards, 

Rana

0 Kudos
Reply