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

Unable to SSH into intel devcloud. Permission denied (publickey)

Daniel777
Beginner
1,429 Views

I am having an issue connecting to intel devcloud. I tried following the advice given here, 

https://community.intel.com/t5/Intel-DevCloud/Permission-denied-publickey/td-p/1186245

but that did not work. May I get help, thank you. Below is my series of commands, and the output.

 

Danie@DESKTOP-79FT692 ~/Downloads
$ bash ~/Downloads/setup-devcloud-access-160979.txt
The /c/Users/Danie/.ssh directory for SSH client configuration already exists.
Appending SSH connection configuration to /c/Users/Danie/.ssh/config
Creating the private SSH key /c/Users/Danie/.ssh/devcloud-access-key-160979.txt
Important: this file is your access key, keep it safe like you would a password.
Done! Now you can access Intel DevCloud by running ssh devcloud or, if you are behind a proxy, ssh devcloud.proxy

Danie@DESKTOP-79FT692 ~/Downloads
$ rm ~/Downloads/setup-devcloud-access-160979.txt

Danie@DESKTOP-79FT692 ~/Downloads
$ ssh devcloud
The authenticity of host 'ssh.devcloud.intel.com <Daniel_TookOut>' can't be established.
ED25519 key fingerprint is <Daniel_TookOut>.
This key is not known by any other names
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Warning: Permanently added 'ssh.devcloud.intel.com' (ED25519) to the list of known hosts.
The authenticity of host 'devcloud (<no hostip for proxy command>)' can't be established.
ED25519 key fingerprint is <Daniel_TookOut>.
This key is not known by any other names
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Warning: Permanently added 'devcloud' (ED25519) to the list of known hosts.
u160979@devcloud: Permission denied (publickey).

Danie@DESKTOP-79FT692 ~/Downloads
$ chmod 600 ~/.ssh/devcloud-access-key-160979.txt

Danie@DESKTOP-79FT692 ~/Downloads
$ chmod 600 ~/.ssh/config

Danie@DESKTOP-79FT692 ~/Downloads
$ ssh devcloud
u160979@devcloud: Permission denied (publickey).

Labels (1)
0 Kudos
2 Replies
RMR2
Novice
1,416 Views

Hello, I get the same error starting up for the first time. When I get to the step where I type in 'ssh devcloud', I get the error 'Permission denied (publickey)'. I appreciate thoughts on next steps. Thanks.

 

 

0 Kudos
KevinR_Intel
Moderator
1,406 Views

That error seems to be suggesting that the RSA key that DevCloud's machine sees does not match what it thinks belongs to your user account. But you seem to have already tried the remediation steps. I'll escalate this post.

0 Kudos
Reply