[Cyberduck-trac] [Cyberduck] #2865: SSH Tunnel

Cyberduck trac at trac.cyberduck.ch
Sun Aug 8 22:25:28 CEST 2010


#2865: SSH Tunnel
---------------------------------------+------------------------------------
    Reporter:  ross.peoples@…          |        Owner:  dkocher
        Type:  enhancement             |       Status:  new    
    Priority:  normal                  |    Milestone:         
   Component:  sftp                    |      Version:  3.1    
    Severity:  normal                  |   Resolution:         
    Keywords:  ssh tunnel sftp         |     Platform:         
Architecture:                          |  
---------------------------------------+------------------------------------

Comment (by https://www.google.com/accounts/o8/id?id=aitoawlb67hbvurczhystrpfukkx6qslhzokohi):

 I concur with all in this thread. This would help out allot for thous of
 us whom would like to use Cyberduck with ssh "jumpbox" (ProxyCommand). I
 use something similar to @pablo.englebienne in my ~/.ssh/config file:

 {{{
 Host proxy_jumpbox
   DynamicForward 8080
   HostName jumpbox.ssh-access-to-outside.myprotecteddomain.com

 Host *.NOssh-access-to-outside.myprotecteddomain.com
   EscapeChar none
   StrictHostKeyChecking no
   ProxyCommand /usr/bin/nc  -x localhost:8080 %h %p
 }}}

 When I want to connect into any machine under `*.NOssh-access-to-
 realworld.myprotecteddomain.com` domain I first open a connection to the
 outside accessible jump host: `$ssh proxy_jumpbox`. Then all the
 subsequent connections to the boxs w/o access to the internets `*.NOssh-
 access-to-realworld.myprotecteddomain.com` get tunneled via the
 DynamicForward+(ProxyCommand/nc) proxy_jumpbox.

 Support for functionality like this would be awesome. +bump

-- 
Ticket URL: <http://trac.cyberduck.ch/ticket/2865#comment:8>
Cyberduck <http://cyberduck.ch>
FTP, SFTP, WebDAV, Cloud Files, Google Docs, Azure and S3 Browser for Mac OS X.


More information about the Cyberduck-trac mailing list