C
C#9mo ago
Bill

Issues using Visual Studio Code to connect to host

Hello, I am trying to connect to my host using the following configuration file with Visual Studio Code:
Host Volvox.Apollo-prod
HostName IP_HERE
User root
IdentityFile ~/.ssh/billslaptop
Host Volvox.Apollo-prod
HostName IP_HERE
User root
IdentityFile ~/.ssh/billslaptop
When I try this I get the following error:
[Info - 16:44:25.709] Resolving ssh remote authority 'ssh-remote+\x56olvox.\x41pollo-prod' (attemp #1)
[Trace - 16:44:25.746] Identity keys:
/Users/billchirico/.ssh/billslaptop ssh-rsa SHA256:5gDkdXSTD+JeYosbQQhP64nOVDaRJGdIHTSUei9cxAw=
[Info - 16:44:26.216] Trying no-auth authentication
[Info - 16:44:26.313] Trying publickey authentication: /Users/billchirico/.ssh/billslaptop ssh-rsa SHA256:5gDkdXSTD+JeYosbQQhP64nOVDaRJGdIHTSUei9cxAw=
[Error - 16:44:26.406] Error resolving authority
Error: All configured authentication methods failed
at ye (/Applications/Cursor.app/Contents/Resources/app/extensions/open-remote-ssh/dist/main.js:1:143771)
at /Applications/Cursor.app/Contents/Resources/app/extensions/open-remote-ssh/dist/main.js:1:442303
at authHandler (/Applications/Cursor.app/Contents/Resources/app/extensions/open-remote-ssh/dist/main.js:1:438020)
at Ee (/Applications/Cursor.app/Contents/Resources/app/extensions/open-remote-ssh/dist/main.js:1:146644)
at process.processTicksAndRejections (node:internal/process/task_queues:78:11)
[Info - 16:44:25.709] Resolving ssh remote authority 'ssh-remote+\x56olvox.\x41pollo-prod' (attemp #1)
[Trace - 16:44:25.746] Identity keys:
/Users/billchirico/.ssh/billslaptop ssh-rsa SHA256:5gDkdXSTD+JeYosbQQhP64nOVDaRJGdIHTSUei9cxAw=
[Info - 16:44:26.216] Trying no-auth authentication
[Info - 16:44:26.313] Trying publickey authentication: /Users/billchirico/.ssh/billslaptop ssh-rsa SHA256:5gDkdXSTD+JeYosbQQhP64nOVDaRJGdIHTSUei9cxAw=
[Error - 16:44:26.406] Error resolving authority
Error: All configured authentication methods failed
at ye (/Applications/Cursor.app/Contents/Resources/app/extensions/open-remote-ssh/dist/main.js:1:143771)
at /Applications/Cursor.app/Contents/Resources/app/extensions/open-remote-ssh/dist/main.js:1:442303
at authHandler (/Applications/Cursor.app/Contents/Resources/app/extensions/open-remote-ssh/dist/main.js:1:438020)
at Ee (/Applications/Cursor.app/Contents/Resources/app/extensions/open-remote-ssh/dist/main.js:1:146644)
at process.processTicksAndRejections (node:internal/process/task_queues:78:11)
I am able to connect to this host using Termius so I'm not sure why I can't via VS Code.
0 Replies
No replies yetBe the first to reply to this messageJoin