[dolphin] [Bug 430494] New: ignores proxyjump directive from ~/.ssh/config

bugzilla_noreply at kde.org bugzilla_noreply at kde.org
Thu Dec 17 07:23:12 GMT 2020


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: dolphin-bugs-null at kde.org
          Reporter: 13dagger at gmail.com
                CC: kfm-devel at kde.org
  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 on the CC list for the bug.


More information about the kfm-devel mailing list