We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
just works using the ssh agent and my known hosts file
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 }
v0.11.1-beta3
Linux
Fedora 41
x64
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: