- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am trying to run oneAPI on cloud and I followed the documentation(the link below) that explains how to connect to servers through ssh using visual studio for oneapi development. In fact it assumes that I know the ip address or name of the server that I want to connect. How do I get a server that I could use for running oneAPI on cloud?
https://devcloud.intel.com/oneapi/connect/connect-with-vscode/
Any help is greatly appreciated!
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi ,
Thank you for posting in Intel DevCloud Forum.
We hope that you have done all the configuration steps given in the following link to connect to DevCloud :
https://devcloud.intel.com/oneapi/connect/connect-with-vscode/
Also,you need to setup SSH config and the detailed steps are given in the following documentation :
https://devcloud.intel.com/oneapi/connect/connect-with-ssh-linux-macos/
You can find the host name in the configuration file ./.ssh/config
For example , if this is the config file details :
Host devcloud
User uxxxxx
IdentityFile ~/.ssh/devcloud-access-key-xxxxx.txt
ProxyCommand ssh -T -i ~/.ssh/devcloud-access-key-xxxxx.txt guest@devcloud.intel.com
Then do :
ssh devcloud
(the name corresponding to the Host is devcloud in first line )
Hope this will be helpful
Thanks,
Raeesa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Is your issue resolved? Please let us know if you were able to connect to DevCloud successfully.
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
We haven't heard back from you for a while. We are discontinuing monitoring this query. Please raise a new thread if you have any further queries .
Thank you ,
Raeesa

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