I’m trying to use the SSH Agent to connect to the remote server and getting this error:
$ ssh root@server
agent key RSA SHA256:MZ59LWMEcnlWUa2jS....... returned incorrect signature type
sign_and_send_pubkey: no mutual signature supported
root@server's password:
When I’m trying without the agent using the same key, everything works fine:
unset SSH_AUTH_SOCK; ssh -i sshkey.rsa root@server
OS: Fedora 41 (Workstation Edition)
Bitwarden Version:
Version 2025.2.1
SDK ‘main (6008e90)’
Shell 34.0.0
Renderer 132.0.6834.83
Node 20.18.1
Architecture x64
Anyone else with the same issue?