https://bugs.kde.org/show_bug.cgi?id=451755
cybea <kde-b...@cyborgsociety.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Platform|Other |Neon Packages CC| |kde-b...@cyborgsociety.org --- Comment #6 from cybea <kde-b...@cyborgsociety.org> --- I have the same problem. I am asked for a user password instead of the key password. Using sftp from commandline works fine. kde-neon: 20.04 plasma: 5.24.4 dolphin: 21.12.3 .ssh/config: <code> Host * ServerAliveInterval 60 ServerAliveCountMax 10 TCPKeepAlive yes IdentityFile /home/<login>/.ssh/id_ed25519 </code> <code> ~$ ps x | grep ssh-agent 2587 ? Ss 0:00 /usr/bin/ssh-agent /usr/bin/im-launch /usr/bin/startplasma-x11 </code> Changing protocol to fish asks for key password but fails: "Unable to connect to server. Please check your settings and try again." <code> killall ssh-agent </code> and having it "<defunct>" does not change anything. -- You are receiving this mail because: You are watching all bug changes.