- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
New user here. Created an account on DevCloud and followed the instructions for access using ssh/vscode. Both fail with the same message:
Received disconnect from 12.229.61.118 port 22:2: Too many authentication failures
Disconnected from 12.229.61.118 port 22
kex_exchange_identification: Connection closed by remote host
User id: uxxxxx
Any help would be much appreciated.
thanks
-mani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Glad to know that your issue got resolved and thank you for sharing the solution.
Can we discontinue monitoring this thread ?
Raeesa
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Mani,
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/
To setup SSH config , detailed steps are given in the following documentation :
https://devcloud.intel.com/oneapi/connect/connect-with-ssh-linux-macos/
Please make sure that the correct path and name of the key is provided in the config file. If the name of key is "devcloud-access-key-xxxxx.txt" and it is in the "~/.ssh/" folder,
the config file contains:
IdentityFile ~/.ssh/devcloud-access-key-xxxxx.txt
ProxyCommand ssh -T -i ~/.ssh/devcloud-access-key-xxxxx.txt guest@devcloud.intel.com
Manually verify whether the key file is present in the ~/.ssh folder and set correct permissions as below:
chmod 600 ~/.ssh/devcloud-access-key-xxxxx.txt
chmod 600 ~/.ssh/config
Also, if you are under a proxy connection , add the required lines in config file as given in the document.
If issue persists, download the correct key once again using chrome browser and try with the same.
Hope this helps.
Regards,
Raeesa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks. The problem was not the process that I followed to setup the devcloud key. It was that I had too many keys on my system. Adding these lines at the top of ~/.ssh/config solves the problem:
Host *
IdentitiesOnly yes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Glad to know that your issue got resolved and thank you for sharing the solution.
Can we discontinue monitoring this thread ?
Raeesa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Thank you for the confirmation. We are discontinuing monitoring this thread. Please raise a new thread in case of any issues. We would be happy to help you .
Regards,
Raeesa

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