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

[Bug]: not using SSH_AUTH_SOCK to find ssh-agent #2029

Open
3 tasks
pcause opened this issue Feb 26, 2025 · 0 comments
Open
3 tasks

[Bug]: not using SSH_AUTH_SOCK to find ssh-agent #2029

pcause opened this issue Feb 26, 2025 · 0 comments
Labels
bug Something isn't working triage Needs triage

Comments

@pcause
Copy link

pcause commented Feb 26, 2025

Current Behavior

I have created specific entries for my remote servers in connections.json. I've specified use of public key :

"ssh:pubkeyauthentication": true,
"ssh:preferredauthentications": "publickey"

when i try to connect I am asked for the passwordhe ssh key. It also says the host isn't in y .ssh/known hosts but it is.

Expected Behavior

just works using the ssh agent and my known hosts file

Steps To Reproduce

using 11.1-beta 3.

i have all my hosts set up like this:

"somehost": {
"conn:ignoresshconfig": true,
"conn:wshenabled": false,
"display:order": 2,
"ssh:hostname": "the-server",
"ssh:port": "22",
"ssh:pubkeyauthentication": true,
"ssh:user": "username",
"ssh:preferredauthentications": "publickey"
},

and all prepopulated ones like this:

"name@host": {
"conn:wshenabled": true,
"display:hidden": true,
"display:order": 4
}

Wave Version

v0.11.1-beta3

Platform

Linux

OS Version/Distribution

Fedora 41

Architecture

x64

Anything else?

No response

Questionnaire

  • I'm interested in fixing this myself but don't know where to start
  • I would like to fix and I have a solution
  • I don't have time to fix this right now, but maybe later
@pcause pcause added bug Something isn't working triage Needs triage labels Feb 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage Needs triage
Projects
None yet
Development

No branches or pull requests

1 participant