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

Permission Denied (Public key)

vikbhas
Beginner
734 Views

I am getting Permission Denied error when I try to ssh 

 

Host devcloud

User u192603

HostName c009

Port 4036

IdentityFile ~/.ssh/devcloud-access-key-192603.txt

ProxyCommand ssh -T -i ~/.ssh/devcloud-access-key-192603.txt guest@ssh.devcloud.intel.com

 

The above is present in my config file.

 

 

0 Kudos
3 Replies
AthiraM_Intel
Moderator
697 Views

Hi,

 

Thank you for posting in Intel Communities.

 

Could you please replace the config file with the below one:

 

Host devcloud

User u192603

IdentityFile ~/.ssh/devcloud-access-key-192603.txt

ProxyCommand ssh -T -i ~/.ssh/devcloud-access-key-192603.txt guest@ssh.devcloud.intel.com

 

Also make sure you have appropriate permission to the access key file and .ssh directory. To do this, run the following commands in a terminal:

 

chmod 600 ~/.ssh/devcloud-access-key-192603.txt
chmod 600 ~/.ssh/config

 

Please follow the documentation according to your OS for detailed information:

For linux/macos : https://devcloud.intel.com/oneapi/documentation/connect-with-ssh-linux-macos/

 

For Windows: https://devcloud.intel.com/oneapi/documentation/connect-with-ssh-windows-cygwin/

 

If the issue still persists, please check whether you are able to access JupyterLab and let us know.

 

If this resolves your issue, make sure to accept this as a solution. This would help others with similar issue. 

 

 

Thank you

 

0 Kudos
AthiraM_Intel
Moderator
638 Views

Hi,


We have not heard back from you. Could you please give us an update? Is your issue resolved?



Thanks


0 Kudos
AthiraM_Intel
Moderator
560 Views

Hi,


We assume that your issue is resolved. If you need any additional information, please post a new question as this thread will no longer be monitored by Intel.



Thanks


0 Kudos
Reply