[dolphin] [Bug 502985] Using SSH's global IdentitiesOnly option breaks sftp
Luca Saalfeld
bugzilla_noreply at kde.org
Tue Apr 22 22:55:34 BST 2025
https://bugs.kde.org/show_bug.cgi?id=502985
Luca Saalfeld <luluklzde at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|24.12.3 |25.04.0
--- Comment #2 from Luca Saalfeld <luluklzde at gmail.com> ---
Arch got the 25.04 update and while the error coming from the creation of a new
remote folder stayed the same, the error of viewing an already existing one
"disappeared". Now "Loading cancelled" is displayed in the center of the panel.
Now, to you questions:
> I'm assuming you used "Add Network Folder - ssh - sftp" in Dolphin to set up the folder access
Yes, exactly.
> For your sftp folder, do you use an SSH keypair to connect?
I only use key pairs. Passwords are forbidden on the server.
> Can you share the ssh command you use to connect through the terminal?
The command is 'ssh fuser', which isn't too helpful, so here's the relevant
config for that:
AddKeysToAgent yes
IdentitiesOnly yes
Host fuser
HostName <IP>
IdentityFile ~/.ssh/<keyfile>
User <user>
'/etc/ssh/ssh_config' has literally everything commented out. There are two
configs, but they're for libvirt and systemd.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the kfm-devel
mailing list