[Cyberduck-trac] [Cyberduck] #3819: Hostname not used in SSH config file

Cyberduck trac at trac.cyberduck.ch
Thu Oct 15 10:50:53 CEST 2009


#3819: Hostname not used in SSH config file
--------------------------------+-------------------------------------------
 Reporter:  esser@…             |       Owner:  dkocher   
     Type:  defect              |      Status:  new       
 Priority:  normal              |   Milestone:            
Component:  sftp                |     Version:  3.3b4     
 Severity:  normal              |    Keywords:  SSH config
--------------------------------+-------------------------------------------
Description changed by dkocher:

Old description:

> If in your ''~/.ssh/config'' file you have an entry with the "Host"
> different from the Hostname entry the Hostname is not used.
>
> e.g.
>
> {{{
> Host server
>     Hostname 192.168.0.100
>     IdentityFile ~/.ssh/my_key
> }}}
>

> Cyberduck attempts to connect to "server" rather than the machine defined
> by Hostname "192.168.0.100"
>
> The following entry does work but is less user friendly
>
> Host 192.168.0.100
>     Hostname 192.168.0.100
>     IdentityFile ~/.ssh/my_key

New description:

 If in your ''~/.ssh/config'' file you have an entry with the "Host"
 different from the Hostname entry the Hostname is not used.

 e.g.

 {{{
 Host server
     Hostname 192.168.0.100
     IdentityFile ~/.ssh/my_key
 }}}


 Cyberduck attempts to connect to "server" rather than the machine defined
 by Hostname "192.168.0.100"

 The following entry does work but is less user friendly


 {{{
 Host 192.168.0.100
     Hostname 192.168.0.100
     IdentityFile ~/.ssh/my_key
 }}}

--

-- 
Ticket URL: <http://trac.cyberduck.ch/ticket/3819#comment:2>
Cyberduck <http://cyberduck.ch>
FTP, SFTP, WebDAV, Cloud Files and Amazon S3 Browser for Mac OS X.


More information about the Cyberduck-trac mailing list