- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Now, when I try to connect to devcloud I get the message mentioned in the screenshot below.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Thank you for posting in Intel Communities. Please answer our below questions.
1) Could you please let us know whether you're connected to VPN? If yes, please try ssh devcloud.proxy and see if you're able to connect?
2) Are you able to access Jupyter Lab?
We have provided below workarounds. Please try them and let us know if the issue still persists.
1) We have a known_hosts file in ~/.ssh folder. Can you remove that file & try reconnecting to DevCloud once again.
2) Please check if you've given the right path to the access key in your config file.
3) Please follow the Manual configuration in this document(https://devcloud.intel.com/oneapi/documentation/connect-with-ssh-windows-cygwin/)
If this resolves your issue, make sure to accept this as a solution. This helps others with similar issue.
Regards,
Alekhya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Alekhya ,
Thank you for helping me out.
1) I'm not connected to a VPN but there is a college proxy I must log into first. No , ssh devcloud.proxy did not fix my issue.
2) I am able to access terminal ssh using my mobile data but still cannot access the Jupyter Lab.
3) I think I'll have to add proxy related info as suggested by the manual configuration guide.
This is the link for the login - http://192.168.254.1:8090/httpclient.html .
I'm not sure what the proxy name should be according to the guide. I've tried 92.168.254.1:8090 but it doesn't work.
user_id : u150982
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Please find out your college proxy name and add in your config file as follows:
Host devcloud-via-proxy
User guest
Hostname ssh.devcloud.intel.com
IdentityFile ~/.ssh/devcloud-access-key-<user>.txt
LocalForward 4022 c009:22
ProxyCommand nc -x <proxy_name>:<port> %h %p
If this resolves your issue, make sure to accept this as a solution. This resolves others with similar issue. Thank you!
Regards,
Alekhya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Is your issue resolved? Could you please give us an update regarding this issue?
Regards,
Alekhya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
We assume that your issue is resolved. If you need any further information, please post a new question as this thread will no longer be monitored by Intel.
Regards,
Alekhya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

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