https://bugs.kde.org/show_bug.cgi?id=480547
Bug ID: 480547
Summary: Cannot connect to remote servers from .ssh/config/
that don't use a resolvable hostname as an identifier
Classification: Applications
Product: krusader
Version: 2.7.2
Platform: Ubuntu
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: net-connection
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: ---
STEPS TO REPRODUCE
1. have an external host defined in .ssh/config/
2. use sftp://the_hostname/some/path/
OBSERVED RESULT
Error: Internal Error
Please send a full bug report at https://kde.bugs.org
Could not set host
EXPECTED RESULT
SFTP connection is established.
SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Kubuntu 22.04
KDE Plasma Version: 5.24.7
KDE Frameworks Version: 5.98.0
Qt Version: 5.15.3
ADDITIONAL INFORMATION
It definitely worked before upgrading to 22.04.
The definition in .ssh/config is like
Host the_hostname
User someuser
HostName 123.456.654.321
Port 22
It works on local servers but fails on external ones. `ssh the_hostname` works
just fine.
Affected are hosts with underscores and those without.
It works if I set the entry name to something DNS-resolvable.
--
You are receiving this mail because:
You are watching all bug changes.