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

connecting to cloud through ssh

ege
Beginner
1,033 Views

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!

3 Replies
RaeesaM_Intel
Moderator
1,002 Views

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

 

0 Kudos
RaeesaM_Intel
Moderator
984 Views

Hi,


Is your issue resolved? Please let us know if you were able to connect to DevCloud successfully.


Thank you


0 Kudos
RaeesaM_Intel
Moderator
945 Views

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


0 Kudos
Reply