Skip to content
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

VSCodium can't find SSH keys #169

Open
ThatBlockyPenguin opened this issue Sep 13, 2024 · 4 comments
Open

VSCodium can't find SSH keys #169

ThatBlockyPenguin opened this issue Sep 13, 2024 · 4 comments

Comments

@ThatBlockyPenguin
Copy link

Trying to connect to a server using this extension causes this error:

[Info  - 23:53:44.544] Resolving ssh remote authority 'ssh-remote+penguinserver' (attemp #1)
[Trace  - 23:53:44.577] Identity keys:
None
[Info  - 23:53:44.739] Trying no-auth authentication
[Error  - 23:53:44.797] Error resolving authority
Error: All configured authentication methods failed

Whereas if I SSH into it normally (via terminal command), it works like a charm.

@simonLeary42
Copy link

simonLeary42 commented Sep 24, 2024

I am also having this issue, running on apple M2 with macOS 15.0

@simonLeary42
Copy link

when I launch vscodium from a bash shell, the issue goes away.

@simonLeary42
Copy link

simonLeary42 commented Sep 24, 2024

when I launch vscodium from a bash shell with SSH_AUTH_SOCK unset, the issue comes back.

edit: with no SSH_AUTH_SOCK, it says Identity keys: None, but it also says Couldn't get identities from OpenSSH Agent and Error: SSH_AUTH_SOCK environment variable not defined.

@simonLeary42
Copy link

note: if you don't "quit" vscodium you can't change its environment variables using foo=bar open -a vscodium.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants