[dolphin] [Bug 451755] Can't use RSA identity key file with sftp Network Folder
cybea
bugzilla_noreply at kde.org
Fri Apr 8 16:56:20 BST 2022
https://bugs.kde.org/show_bug.cgi?id=451755
cybea <kde-bugs at cyborgsociety.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Platform|Other |Neon Packages
CC| |kde-bugs at cyborgsociety.org
--- Comment #6 from cybea <kde-bugs at 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 on the CC list for the bug.
More information about the kfm-devel
mailing list