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

Cyberduck trac at trac.cyberduck.ch
Wed Oct 14 22:17:29 CEST 2009


#3819: Hostname not used in SSH config file
--------------------------------+-------------------------------------------
 Reporter:  esser@…             |       Owner:  dkocher   
     Type:  defect              |      Status:  new       
 Priority:  normal              |   Milestone:            
Component:  core                |     Version:  3.3b4     
 Severity:  normal              |    Keywords:  SSH config
--------------------------------+-------------------------------------------
 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>
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