https://bugs.kde.org/show_bug.cgi?id=376867
Bug ID: 376867 Summary: sftp connect issue "Failed to resolve hostname = (Name or service not known)" Product: krusader Version: 2.4.0-beta3 "Single Step" Platform: Kubuntu Packages OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: net-connection Assignee: m...@fork.pl Reporter: vadims.zen...@gmail.com Target Milestone: --- cat /etc/issue Ubuntu 16.04.2 LTS \n \l uname -r 4.9.0-040900-generic konsole --version QCoreApplication::arguments: Please instantiate the QApplication object first Qt: 5.5.1 KDE Frameworks: 5.18.0 Konsole: 15.12.3 krusader --version Qt: 4.8.7 KDE Development Platform: 4.14.16 Krusader - ROOT PRIVILEGES: 2.4.0-beta3 "Single Step" dolphin --version QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root' dolphin 15.12.3 My ~/.ssh/config ControlPath ~/.ssh/tmp/%h_%p_%r Host * ServerAliveInterval 240 KeepAlive = yes Host = www.mydomain.science 1.2.3.4 HostName = 1.2.3.4 User =myname KeepAlive =yes Port =???? (4 symbols number) IdentityFile = ~/.ssh/mykey.priv.key I could ping www.mydomain.science . I could ssh by command: ssh www.mydomain.science without any issues. I could not open sftp ether from krusader or dolphin. Connection string: sftp://myname@www.mydomain.science:9999 Error message: Failed to resolve hostname = (Name or service not known) -- You are receiving this mail because: You are watching all bug changes.