You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is on your ssh agent, if it doesn't support the setting then it generally fails to accept the key from us. Just disable the setting or use an ssh agent that supports this feature.
Overview
Steps to Reproduce
ssh-keygen -t ed25519 -a 100
--> this is the option causing trouble
$ssh user@server
Expected Behavior
A pop-up message asking me whether I want to login with this key to my server.
Once I click on 'Ok', I successfully connect to my server.
Actual Behavior
I don't see the prompt message. Instead I get the following error message:
$ssh user@server
sign_and_send_pubkey: signing failed for ED25519 "user@client" from agent: agent refused operation
user@server: Permission denied (publickey).
Context
This problem only appears with the following SSH agent settings selected:
'Require user confirmation when this key is used'
As soon as I deselect the option, I can successfully ssh into my server.
KeePassXC - 2.7.6
Revision: dd21def
Operating System: Linux (Pop_OS)
Desktop Env: Regolith Desktop (3.0)
Windowing System: X11
The text was updated successfully, but these errors were encountered: