Bug 430494 - ignores proxyjump directive from ~/.ssh/config
Summary: ignores proxyjump directive from ~/.ssh/config
Status: RESOLVED UPSTREAM
Alias: None
Product: kio-extras
Classification: Frameworks and Libraries
Component: SFTP (show other bugs)
Version: unspecified
Platform: Manjaro Linux
: NOR normal
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-12-17 07:23 UTC by 13dagger
Modified: 2021-10-15 11:35 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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},