- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, I'm trying to connect to devCloud, but when I run the qsub -I command I get this message and the process hangs:
qsub: waiting for job 940284.v-qsvr-1.aidevcloud to start
################################################################################################
# oneAPI DevCloud SSH config
################################################################################################
Host devcloud
User uxxxxx
IdentityFile ~/.ssh/devcloud-access-key-xxxxx.txt
ProxyCommand ssh -T -i ~/.ssh/devcloud-access-key-xxxxx.txt guest@ssh.devcloud.intel.com
Host devcloud.proxy
User uxxxxx
Port 4022
IdentityFile ~/.ssh/devcloud-access-key-xxxxx.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-xxxxx.txt
LocalForward 4022 c009:22
ProxyCommand nc -x PROXY_HOSTNAME:PORT %h %p
################################################################################################
################################################################################################
# DevCloud VSCode config
################################################################################################
Host devcloud-vscode
UserKnownHostsFile /dev/null
StrictHostKeyChecking no
Hostname localhost
User uxxxxx
Port 5022
IdentityFile ~/.ssh/devcloud-access-key-xxxxx.txt
################################################################################################
################################################################################################
# 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
################################################################################################
Thanks.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Thanks for posting in Intel forums.
We are checking on this.We will get back to you soon.
Regards,
Janani Chandran
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, Janani.
My problem is solved now, I believe that was a problem temporary issue.
Thanks!! (:
- 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.
Regards,
Janani Chandran

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