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

ssh connection issues

intelmark
Employee
2,162 Views

When attempting to connect on Ubuntu OS 18.04 inside the Intel network, I'm seeing the following:

ssh devcloud

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

 

I don't believe this system is using a ssh proxy server (is there a way to tell?)

After reviewing other messages, I tried 

proxy-dmz.intel.com:1080

as a ssh proxy server and was able to connect

0 Kudos
6 Replies
Imtiaz
Employee
2,149 Views

Just wondering if you were able to fix this issue?

Most of the Intel system does use some kind of Proxy, I am seeing the same issue when trying to connect.

ssh devcloud.proxy
nc: read failed (0/3): Broken pipe
kex_exchange_identification: Connection closed by remote host
Connection closed by UNKNOWN port 65535

Host devcloud.proxy
User guest
Hostname devcloud.intel.com
IdentityFile ~/.ssh/devcloud-access-key-XXXXX.txt
LocalForward 4022 c009:22
ProxyCommand nc -x proxy-dmz.intel.com:911 %h %p

 

 

 

0 Kudos
intelmark
Employee
2,145 Views

I used proxy-dmz.intel.com:1080 in the ProxyCommand and it just started working...

0 Kudos
Gopika_Intel
Moderator
2,121 Views

Hi,

 

Thank you for reaching out. As you are able to connect to devcloud now, can we discontinue monitoring this thread?

 

Regards

Gopika


0 Kudos
intelmark
Employee
2,111 Views

yes, you can discontinue.  thx

0 Kudos
Imtiaz
Employee
2,101 Views

Thanks for sharing the port number, do you happen to know why I am getting protocol mismatch and ssh is terminated?

ssh devcloud.proxy
SSH-2.0-OpenSSH_7.6p1 Ubuntu-4ubuntu0.3

Protocol mismatch.


Ncat: Broken pipe.
Connection to devcloud.intel.com closed.

0 Kudos
Gopika_Intel
Moderator
2,069 Views

Hi,

@intelmark Thank you for the confirmation. If you need any additional information, please submit a new question as this thread will no longer be monitored.

@Imtiaz  We request you to raise a new thread. We will be able to assist you further

Regards

Gopika

 

0 Kudos
Reply