https://bugs.kde.org/show_bug.cgi?id=375732
Bug ID: 375732
Summary: Dolphin fails to sftp to Linux box when not a direct
connection
Product: dolphin
Version: unspecified
Platform: Kubuntu Packages
OS: Linux
Status: UNCONFIRMED
Severity: grave
Priority: NOR
Component: bars: location
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Using Kubuntu 16.10 with Dolphin 16.04.3.
Cannot use sftp in Dolphin to access a server that has to traverse a hop using
ProxyCommand. For example, consider the following ~/.ssh/config entry:
Host hud
ServerAliveInterval 60
HostName 192.168.0.2
User scott
IdentityFile ~/.ssh/id_rsa
ProxyCommand ssh homeserver nc -w100000 %h %p 2> /dev/null
>From the terminal:
ssh hud
works as expected. However, from the Dolphin File Manager:
1. Press CTRL + L to make the address bar editable.
2. In the address bar, enter: sftp://hud
will fail. A red banner appears in Dolphin with the message "Socket error:
disconnected". This works on another laptop running Ubuntu 16.10.
The following appears in /var/log/syslog when attempting to sftp://hud from
Dolphin:
Jan 30 00:54:40 d2-lin org.kde.kpasswdserver[1323]: kf5.kiod: loadModule
"kpasswdserver"
Jan 30 00:54:40 d2-lin org.kde.kpasswdserver[1323]: org.kde.kio.kpasswdserver:
User = "" , WindowId = 75497476
Jan 30 00:54:40 d2-lin org.kde.kpasswdserver[1323]: kf5.kiod: loadModule
"kpasswdserver"
Jan 30 00:54:40 d2-lin org.kde.kpasswdserver[1323]: org.kde.kio.kpasswdserver:
User = "" , WindowId = 0
Jan 30 00:54:41 d2-lin org.kde.kpasswdserver[1323]: kf5.kiod: loadModule
"kpasswdserver"
Jan 30 00:54:41 d2-lin org.kde.kpasswdserver[1323]: org.kde.kio.kpasswdserver:
User = "" , WindowId = 0
Jan 30 00:54:43 d2-lin org.kde.kpasswdserver[1323]: kf5.kiod: loadModule
"kpasswdserver"
Jan 30 00:54:43 d2-lin org.kde.kpasswdserver[1323]: org.kde.kio.kpasswdserver:
User = "" , WindowId = 0
I have tried sftp://scott@hud, but this makes no difference.
When there's no "hop", things work perfectly. For example:
sftp://192.168.0.21
or (from the above example):
sftp://homeserver
--
You are receiving this mail because:
You are watching all bug changes.