https://bugs.kde.org/show_bug.cgi?id=410755
Bug ID: 410755
Summary: KIO SFTP to non-default port doesn't work
Product: kio-extras
Version: 19.04.0
Platform: Other
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: SFTP
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
SUMMARY
I'm trying to use Dolphin to connect to an SFTP server on port 213. Connecting
to the SFTP server listening on port 212 on the same hostname works fine, but
when trying to connect to port 213, the requests still go to 212 (Which I can
confirm by looking at the server logs).
This setup works on other SFTP clients, and normally logging in using SSH works
fine too.
I checked the logs using KSystemLog, where kiod5 reports that it connects to
the correct port 213 (which it obviously doesn't)
212 is the default port specified in both ssh_config and sshd_config.
I tried connecting to another server that uses port 22, this didn't work
either.
STEPS TO REPRODUCE
Try to use Dolphin to connect to an SFTP server that uses a different port than
specified in ssh_config and sshd_config
OBSERVED RESULT
Authentication failure because it tries to connect to the wrong server
EXPECTED RESULT
KIO accesses my SFTP share
--
You are receiving this mail because:
You are watching all bug changes.