Opened 13 years ago

Last modified 10 years ago

#7444 new Bug report

Hostname conflicts with putty session names

Reported by: Jeremy Owned by:
Priority: normal Component: FileZilla Client
Keywords: putty, hostname Cc:
Component version: Operating system type: Windows
Operating system version: Windows 7 64bit

Description

Description:
Hostnames associated with a saved putty session are used if the hostname used to connect in Filezilla matches the putty session name.
In other words: fzsftp.exe loads the hostname to resolve from a putty session that happens to matches the hostname that was originally supplied to it.

Steps to reproduce:

  1. Create a putty profile named "foo", with hostname "foobar"
  2. Create a Filezilla SFTP site profile with hostname "foo" (name can be anything)
  3. Enable debug output.
  4. Initiate a connect to your filezilla site.

Output:

Command: open "anonymous@foo" 22
Trace:   psftp: Implicit session load.
Trace:   Looking up host "foobar"
Error:   ssh_init: Host does not exist

Result: It attempts to resolve "foobar"
Expected result: It should resolve "foo"

Comment: This is perhaps acceptable behaviour for psftp when using from the command line, but is unexpected behaviour for Filezilla.

Attachments (1)

7444_psftp.patch (886 bytes ) - added by David 13 years ago.

Download all attachments as: .zip

Change History (5)

by David, 13 years ago

Attachment: 7444_psftp.patch added

comment:1 by David, 13 years ago

One suggestion is to remove this feature in psftp which is what the attached patch does.

in reply to:  1 ; comment:3 by Jeremy, 13 years ago

Replying to gronsaken:

One suggestion is to remove this feature in psftp which is what the attached patch does.

Thanks Gronsaken. May I submit this patch for review?

in reply to:  3 comment:4 by David, 13 years ago

Replying to kizzard:

Replying to gronsaken:

One suggestion is to remove this feature in psftp which is what the attached patch does.

Thanks Gronsaken. May I submit this patch for review?

Sure thing.

in reply to:  1 comment:5 by Christopher K., 13 years ago

Please do not simply remove implicit session loading. Why? It is extremely useful. It is the only way FileZilla can prompt for a passphrase (not using pageant).
How you can use this:

  • make a putty session for your host with the passphrase-protected key assigned
  • save it under some name (e.g. "foo")
  • configure a FileZilla Server with "interactive" authentication, username saved and the putty's session-name as hostname (e.g. "foo")

Then when you connect to the server in filezilla, it will look up the session and connect to it. Putty can ask you for the passphrase (unlike FileZilla), so a popup will show up where you are asked for the passphrase.

If you remove this, there will be no possibility to use passphrase-protected keys in FileZilla without pageant anymore.

I think this bug will not affect many people as you mostly use hostnames as putty session names. And if you do this, this "bug" is a great feature because FileZilla will magically find the correct keyfile and prompt for the passphrase. (Although I had problems with some hostnames (subdomains) as session-names where the putty session was not looked up correctly automatically.)

Maybe one solution might be to only look up sessions if no such host exists. Or if the hostname of the session and FileZilla are identical/have the same IP.

Note: See TracTickets for help on using tickets.