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
Something to add: In the case of the server that only listens on port 22, Dolphin even says "Connection refused". I assume it tries to connect to port 212, which is blocked on the second machine.
Please provide a step by step guide on how to reproduce this.
I tried again and it seems to work now, I was not able to reproduce it anymore. I can properly connect to all of my SFTP servers.