Opened 21 years ago

Last modified 10 years ago

#238 closed Bug report

SSH broken / OpenSSH 3.5p1

Reported by: boltronics Owned by:
Priority: normal Component: Other
Keywords: Cc: boltronics, Tim Kosse
Component version: Operating system type:
Operating system version:

Description

FileZilla 2.1.3a dies using SFTP, even though WinSCP2
and gFTP work fine. A command from FileZilla is sent to
the server that this daemon just doesn't like. I don't
know what it is though. If this client supports OpenSSH
3.5p1 (the standard Gentoo e-build with scripts to
chroot individual users), then it's a bug.

Status: Connecting to 192.168.1.15:22 ...
Trace: FzSFtp.exe: FzSFtp started and initialized.
Trace: SftpControlSocket.cpp(2113): OnConnect(0)
Status: Connected with 192.168.1.15:22, initializing
SFTP connection...
Command: CONNECT mm@192.168.1.15:22
Trace: FzSFtp.exe: SSH.C(1890): Server version:
SSH-1.99-OpenSSH_3.5p1
Trace: FzSFtp.exe: SSH.C(1926): We claim version:
SSH-2.0-PuTTY-Local: Dec 6 2002 19:55:08
Trace: FzSFtp.exe: SSH.C(1928): Using SSH protocol
version 2
Trace: SftpControlSocket.cpp(2352): OnReceive(0)
Trace: FzSFtp.exe: SSH.C(3996): Doing Diffie-Hellman
group exchange
Trace: SftpControlSocket.cpp(2352): OnReceive(0)
Trace: FzSFtp.exe: SSH.C(4024): Doing Diffie-Hellman
key exchange
Trace: SftpControlSocket.cpp(2352): OnReceive(0)
Trace: FzSFtp.exe: SSH.C(4080): Host key fingerprint is:
Trace: FzSFtp.exe: SSH.C(4081): ssh-rsa 1024
68:52:5d:42:c0:bb:ea:be:4e:62:28:22:74:55:04:a7
Trace: FzSFtp.exe: SSH.C(659): Initialised AES-256
client->server encryption
Trace: FzSFtp.exe: SSH.C(659): Initialised AES-256
server->client encryption
Trace: SftpControlSocket.cpp(2352): OnReceive(0)
Trace: FzSFtp.exe: SSH.C(4781): Keyboard-interactive
authentication refused
Trace: FzSFtp.exe: SSH.C(5015): Sent password
Trace: FzSFtp.exe: SSH.C(4464): Access granted
Trace: FzSFtp.exe: SSH.C(5095): Opened channel for session
Trace: SftpControlSocket.cpp(2352): OnReceive(0)
Trace: FzSFtp.exe: SSH.C(5403): Started a shell/command
Trace: SftpControlSocket.cpp(2352): OnReceive(0)
Trace: FzSFtp.exe: SSH.C(5699): Server sent command
exit status 127
Response: Fatal: unable to initialise SFTP: could not
connect
Trace: SftpControlSocket.cpp(2192): DoClose(0)
Trace: SftpControlSocket.cpp(2219): ResetOperation(4100)
Error: Unable to connect!

Any help is appreciated.
Thanks.

adam at vivid dot net dot au

Change History (2)

comment:1 by Tim Kosse, 21 years ago

Did you have problems with older versions of FileZilla?

If yes, please try the following:
FileZilla uses code from PuTTY
(http://www.chiark.greenend.org.uk/~sgtatham/putty/) to
connect using SFTP. Please download the PSFTP tool and
try to connect to your server with it.
If PSFTP can't connect to the server either, you've to get in
contact with the Putty developers regarding this bug.
If PSFTP does work, the problem is caused by FileZilla.

comment:2 by boltronics, 21 years ago

Confirmed: It's PuTTY's fault - it cannot connect either!
Thanks!

Note: See TracTickets for help on using tickets.