Bug 430494

Summary: ignores proxyjump directive from ~/.ssh/config
Product: [Frameworks and Libraries] kio-extras Reporter: 13dagger
Component: SFTPAssignee: Plasma Bugs List <plasma-bugs>
Status: RESOLVED UPSTREAM    
Severity: normal CC: elvis.angelaccio, kfm-devel, sitter
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Manjaro   
OS: Linux   
Latest Commit: Version Fixed In:

Description 13dagger 2020-12-17 07:23:12 UTC
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
Comment 1 Harald Sitter 2021-10-15 11:35:45 UTC
libssh doesn't support proxyjump

> src/config.c:  { "proxyjump", SOC_UNSUPPORTED},