#8688 closed enhancement (duplicate)
Support for ProxyCommand in SSH config
Reported by: | pemontto | Owned by: | dkocher |
---|---|---|---|
Priority: | low | Milestone: | 5.0 |
Component: | sftp | Version: | 4.6.5 |
Severity: | normal | Keywords: | sftp ssh config proxycommand |
Cc: | Architecture: | Intel | |
Platform: | Mac OS X 10.10 |
Description
This is probably a long shot but I have a situation where most of the hosts I access are one or two jumps away from my machine, meaning I use ProxyCommand in my .ssh/config to make access far less laborious.
It would be brilliant if Cyberduck would eventually support this. An example of my config to get to "secure-host" via "bastion-host" looks similar to this:
host secure-host ProxyCommand ssh bastion-host -W %h:%p
If the proxy host is capable I use the -W flag, otherwise I use netcat.
Additional to this supporting hostname globbing would tie in really well, allowing configs for accessing multiple hosts, secure-host-a and secure-host-b like this:
host secure-host-* ProxyCommand ssh bastion-host -W %h:%p
Change History (5)
comment:1 Changed on Apr 21, 2015 at 9:30:03 AM by dkocher
- Priority changed from normal to low
comment:2 Changed on Feb 26, 2016 at 9:59:38 AM by dkocher
comment:3 Changed on Feb 26, 2016 at 10:02:10 AM by dkocher
- Milestone set to 5.0
- Status changed from new to assigned
comment:4 Changed on Feb 26, 2016 at 10:03:11 AM by dkocher
See also #2865.
comment:5 Changed on Feb 26, 2016 at 10:04:47 AM by dkocher
- Resolution set to duplicate
- Status changed from assigned to closed
Duplicate for #2865.
#9304 closed as duplicate.