https://bugs.kde.org/show_bug.cgi?id=430494
Bug ID: 430494
Summary: ignores proxyjump directive from ~/.ssh/config
Product: dolphin
Version: 20.08.3
Platform: Manjaro
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: ---
SUMMARY
Using sftp:// for location with configured ssh config with proxyjump does not
work.
STEPS TO REPRODUCE
1. test with cli ssh that host resets connection
2. configure ~/.ssh/config for a host, setting proxyjump
3. test with cli ssh - works
4. test with dolphin - does not work
OBSERVED RESULT
Error connection
EXPECTED RESULT
Successful connection
SOFTWARE/OS VERSIONS
Windows:
macOS:
Linux/KDE Plasma:
(available in About System)
KDE Plasma Version:
KDE Frameworks Version:
Qt Version:
ADDITIONAL INFORMATION
config example:
Host open_host
HostName 192.168.2.111
User test_user
IdentityFile ~/.ssh/test_user_identity
Host closed_host
User open_host_user
HostName 192.168.2.123
Port 30171
IdentityFile ~/.ssh/open_host_identity
ProxyJump open_host
--
You are receiving this mail because:
You are watching all bug changes.