Opened 8 years ago
Closed 8 years ago
#11003 closed Bug report (duplicate)
sftp doesn't work in 3.22 on Mac Os X
Reported by: | Hubert Schölnast | Owned by: | |
---|---|---|---|
Priority: | high | Component: | FileZilla Client |
Keywords: | sftp | Cc: | |
Component version: | 3.22 | Operating system type: | OS X |
Operating system version: | 10.11.6 |
Description
I just updated to Version 3.22 and tried to connect to one of my servers via sftp. but the connection couldn't be established. I can't connect to any of my servers.
After downgrade to 3.21 everything worked fine. So it's definitely a bug in new version 3.22.
Change History (5)
comment:1 by , 8 years ago
Status: | new → moreinfo |
---|
comment:2 by , 8 years ago
Please try this test build: https://filezilla-project.org/codesquid/temp/mac_test.tar.bz2
comment:3 by , 8 years ago
Status: | moreinfo → new |
---|
I was seeing the same issue and test build fixes for me on OSX.
comment:4 by , 8 years ago
I tried to connect with 3.21, 3.22 and your test-version.
here are the debug-logs (I replaced sensible information with X)
Connection works with 3.21 and test-version but not with 3.22
Version 3.21
Status: Verbinde mit X.X.X.X:X... Trace: Going to execute /Applications/FileZilla.app/Contents/MacOS/fzsftp Antwort: fzSftp started, protocol_version=6 Trace: CSftpControlSocket::ConnectParseResponse(fzSftp started, protocol_version=6) Trace: CSftpControlSocket::SendNextCommand() Trace: CSftpControlSocket::ConnectSend() Befehl: open "X@X.X.X.X" X Trace: Server version: SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.1 Trace: Using SSH protocol version 2 Trace: Doing ECDH key exchange with curve Curve25519 and hash SHA-256 Trace: Server also has ecdsa-sha2-nistp256/ssh-rsa host keys, but we don't know any of them Trace: Host key fingerprint is: Trace: XXXXX Trace: Initialised AES-256 GCM client->server encryption Trace: Initialised AES256 GCM client->server MAC algorithm (in ETM mode) (required by cipher) Trace: Initialised AES-256 GCM server->client encryption Trace: Initialised AES256 GCM server->client MAC algorithm (in ETM mode) (required by cipher) Trace: Pageant is running. Requesting keys. Trace: Pageant has 0 SSH-2 keys Befehl: Pass: *************************** Trace: Sent password Trace: Access granted Trace: Opening session as main channel Trace: Opened main channel Trace: Started a shell/command Status: Connected to X.X.X.X Trace: CSftpControlSocket::ConnectParseResponse() Trace: CSftpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFileZillaEnginePrivate::ResetOperation(0) Status: Empfange Verzeichnisinhalt für "XXX"... Trace: CSftpControlSocket::SendNextCommand() Trace: CSftpControlSocket::ChangeDirSend() Befehl: cd "XXX" Antwort: New directory is: "XXX" Trace: CSftpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CSftpControlSocket::ParseSubcommandResult(0) Trace: CSftpControlSocket::ListSubcommandResult() Trace: state = 1 Trace: CSftpControlSocket::SendNextCommand() Trace: CSftpControlSocket::ListSend() Trace: state = 3 Befehl: ls Status: Listing directory XXX Trace: CSftpControlSocket::ListParseResponse() Trace: CSftpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Status: Anzeigen des Verzeichnisinhalts für "XXX" abgeschlossen Trace: CFileZillaEnginePrivate::ResetOperation(0)
Version 3.22
Status: Verbinde mit X.X.X.X:X... Trace: Going to execute /Applications/FileZilla.app/Contents/MacOS/fzsftp Antwort: fzSftp started, protocol_version=6 Trace: CSftpControlSocket::ConnectParseResponse(fzSftp started, protocol_version=6) Trace: CSftpControlSocket::SendNextCommand() Trace: CSftpControlSocket::ConnectSend() Befehl: open "X@X.X.X.X" X Trace: CControlSocket::DoClose(64) Trace: CSftpControlSocket::ResetOperation(66) Trace: CControlSocket::ResetOperation(66) Fehler: Herstellen der Verbindung zum Server fehlgeschlagen Trace: CFileZillaEnginePrivate::ResetOperation(66) Status: Nächsten Versuch abwarten... Trace: CControlSocket::DoClose(64) Trace: CControlSocket::DoClose(64) Status: Verbinde mit X.X.X.X:X... Trace: Going to execute /Applications/FileZilla.app/Contents/MacOS/fzsftp Antwort: fzSftp started, protocol_version=6 Trace: CSftpControlSocket::ConnectParseResponse(fzSftp started, protocol_version=6) Trace: CSftpControlSocket::SendNextCommand() Trace: CSftpControlSocket::ConnectSend() Befehl: open "X@X.X.X.X" X Trace: CControlSocket::DoClose(64) Trace: CSftpControlSocket::ResetOperation(66) Trace: CControlSocket::ResetOperation(66) Fehler: Herstellen der Verbindung zum Server fehlgeschlagen Trace: CFileZillaEnginePrivate::ResetOperation(66)
TEST-Version
Status: Verbinde mit X.X.X.X:X... Trace: Going to execute /Applications/FileZilla.app/Contents/MacOS/fzsftp Antwort: fzSftp started, protocol_version=6 Trace: CSftpControlSocket::ConnectParseResponse(fzSftp started, protocol_version=6) Trace: CSftpControlSocket::SendNextCommand() Trace: CSftpControlSocket::ConnectSend() Befehl: open "X@X.X.X.X" X Trace: Server version: SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.1 Trace: Using SSH protocol version 2 Trace: Doing ECDH key exchange with curve Curve25519 and hash SHA-256 Trace: Server also has ecdsa-sha2-nistp256/ssh-rsa host keys, but we don't know any of them Trace: Host key fingerprint is: Trace: XXXXX Trace: Initialised AES-256 GCM client->server encryption Trace: Initialised AES256 GCM client->server MAC algorithm (in ETM mode) (required by cipher) Trace: Initialised AES-256 GCM server->client encryption Trace: Initialised AES256 GCM server->client MAC algorithm (in ETM mode) (required by cipher) Trace: Pageant is running. Requesting keys. Trace: Pageant has 0 SSH-2 keys Befehl: Pass: *************************** Trace: Sent password Trace: Access granted Trace: Opening session as main channel Trace: Opened main channel Trace: Started a shell/command Status: Connected to X.X.X.X Trace: CSftpControlSocket::ConnectParseResponse() Trace: CSftpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFileZillaEnginePrivate::ResetOperation(0) Status: Empfange Verzeichnisinhalt für "XXX"... Trace: CSftpControlSocket::SendNextCommand() Trace: CSftpControlSocket::ChangeDirSend() Befehl: cd "XXX" Antwort: New directory is: "XXX" Trace: CSftpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CSftpControlSocket::ParseSubcommandResult(0) Trace: CSftpControlSocket::ListSubcommandResult() Trace: state = 1 Trace: CSftpControlSocket::SendNextCommand() Trace: CSftpControlSocket::ListSend() Trace: state = 3 Befehl: ls Status: Listing directory XXX Trace: CSftpControlSocket::ListParseResponse() Trace: CSftpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Status: Anzeigen des Verzeichnisinhalts für "XXX" abgeschlossen Trace: CFileZillaEnginePrivate::ResetOperation(0)
Please set the debug log level to 4 on the debug page in the settings dialog of FileZilla, then attempt to connect to the server and post the resulting log.