[Cyberduck-trac] [Cyberduck] #6716: cyberduck should use more info from ~/.ssh/config

Cyberduck trac at trac.cyberduck.ch
Thu Jun 14 14:51:07 CEST 2012


#6716: cyberduck should use more info from ~/.ssh/config
--------------------------+------------------------
 Reporter:  Will Fiveash  |         Owner:  dkocher
     Type:  enhancement   |        Status:  new
 Priority:  normal        |     Milestone:
Component:  sftp          |       Version:  4.2.1
 Severity:  normal        |    Resolution:
 Keywords:                |  Architecture:
 Platform:                |
--------------------------+------------------------
Changes (by dkocher):

 * owner:   => dkocher
 * component:  core => sftp


Old description:

> I would like cyberduck to be able to use entries in my ~/.ssh/config file
> such as:
>
> Host readynaswan
>     HostKeyAlias readynas
>     Hostname myhouse.ip.net
>     # this port # is one router maps to standard ssh port on LAN side
>     Port 40402
>     GSSAPIAuthentication no
>     GSSAPIDelegateCredentials no
>     ForwardX11 yes
>     ForwardX11Trusted no
>     ForwardAgent no
>
> when I'm connecting using sftp.  Currently cyberduck will use the Host
> and Hostname field but not the HostKeyAlias or Port fields.

New description:

 I would like cyberduck to be able to use entries in my ~/.ssh/config file
 such as:


 {{{
 Host readynaswan
     HostKeyAlias readynas
     Hostname myhouse.ip.net
     # this port # is one router maps to standard ssh port on LAN side
     Port 40402
     GSSAPIAuthentication no
     GSSAPIDelegateCredentials no
     ForwardX11 yes
     ForwardX11Trusted no
     ForwardAgent no
 }}}


 when I'm connecting using sftp.  Currently cyberduck will use the Host and
 Hostname field but not the HostKeyAlias or Port fields.

--

-- 
Ticket URL: <http://trac.cyberduck.ch/ticket/6716#comment:1>
Cyberduck <http://cyberduck.ch>
Open source FTP, SFTP, WebDAV, Cloud Files, Google Docs & Amazon S3 Browser for Mac & Windows.


More information about the Cyberduck-trac mailing list