-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remote SSH: Can not connect to host requiring certificate for authentication (error resolving authority) #6221
Comments
I notice that the error in the screenshot is
|
From what I understand
Changing
Yes, this works via Does Positron's Remote SSH mechanism bundle it's own |
Try running the command ![]() Enter |
Ah, I totally forgot that was even an option, sorry! Yes, when I try that the behavior is exactly the same.
Instead of
I can also see that it's trying the |
Okay, thanks, that's helpful! I think what you're seeing is an issue with the Open Remote SSH extension we're using, which is also responsible for lots of reports of this issue in Cursor. See here for lots more details: getcursor/cursor#1027. Do any of the workarounds in that issue help? |
Ah too bad, but oh well, will watch that other issue as well just in case, thanks! There were two workarounds stated in getcursor/cursor#1027 (comment), so for anyone else running into this here:
The linked issue notes the error message |
I'm not sure if you have the bandwidth for this, but if you are able to test out connecting to a session with VSCodium and the open-remote-ssh extension, we are wondering if you see the same error. |
Sure! This issue is the only thing blocking me from going all-in on Positron for my R projects, so I'm happy to do all the debugging things you can think of if it helps 😁 Here's what I get in VSCodium with open-remote-ssh v0.0.48:
And here's Positron (2025.02.0 (Universal) build 137 Code - OSS Version: 1.96.0) again for comparison:
|
Yep, that definitely looks like the same error, which is sort of a good news / bad news situation, I guess! We will make plans to prioritize working on this problem. |
I've been experiencing the same bug here for some time now. Let me know if there's any information I can provide to help with this. |
System details:
macOS 15.3 (24D60)
Positron and OS details:
Positron Version: 2025.02.0 (Universal) build 137
Code - OSS Version: 1.96.0
Commit: f4b7966
Date: 2025-01-30T15:14:42.529Z
Electron: 32.2.6
Chromium: 128.0.6613.186
Node.js: 20.18.1
V8: 12.8.374.38-electron.0
OS: Darwin arm64 24.3.0
Interpreter details:
R 4.4.2
Describe the issue:
I am trying to connect to a remote host which requires a certificate in addition to an SSH key.
My
.ssh/config
has an entry like thisAnd I have an
id_ecdsa
+id_ecdsa-cert.pub
keypair.I can ssh into the host without issues and VSCode can do its Remote SSH thing as well.
When I try to connect to this host with Positron, I encounter authentication errors akin to when one tries to ssh into a host for which one does not have the correct key installed.
The output window shows ssh connection details including what looks like an attempt to to use my
id_ecdsa
keyPardon the 99% superfluous blurring of presumably just public key fingerprints
Since I do not control the host I am unfortunately not sure how I could reproduce this setup in a test environment.
Steps to reproduce the issue:
(Apologies but I do not now how to reproduce this in an isolate fashion)
Expected or desired behavior:
Positron connecting to and setting up the remote host as it does for other hosts.
Were there any error messages in the UI, Output panel, or Developer Tools console?
See screenshot above. I have failed to find a way to copy the log so far as the modal window blocks the UI.
The text was updated successfully, but these errors were encountered: