https://bugs.kde.org/show_bug.cgi?id=502985
Luca Saalfeld <lulukl...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|24.12.3 |25.04.0 --- Comment #2 from Luca Saalfeld <lulukl...@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 watching all bug changes.