- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
################################################################################
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Turn off VPN and try again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
It worked after turning off VPN.
Thanks for the support.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page