SFTP+PubKey Auth wackiness

Need help with FileZilla Client? Something does not work as expected? In this forum you may find an answer.

Moderator: Project members

Post Reply
Message
Author
klate
500 Command not understood
Posts: 5
Joined: 2005-05-12 01:23

SFTP+PubKey Auth wackiness

#1 Post by klate » 2005-05-27 01:02

Sometimes when connecting to my SFTP server I get connection timeouts. It feels like Filezilla doesn't seem to wait as long for the PubKey as pscp does. But that's probably just all in my head.

Here's some information:
Server: OpenBSD 3.6 sftp-server
Client: Filezilla 2.2.13c
RSA Key size: 4096 bytes
Pagent version: 0.58


Here's the log for a failed attempt:

Status: Waiting to retry... (4 retries left)
Status: Connecting to 10.0.0.254:9922 ...
Trace: FzSFtp.exe: FzSFtp started and initialized.
Trace: SftpControlSocket.cpp(2305): OnConnect(0) caller=0x003af264
Status: Connected with 10.0.0.254:9922, initializing SFTP connection...
Command: CONNECT josh@10.0.0.254:9922
Trace: SftpControlSocket.cpp(2596): OnReceive(0) caller=0x003af264
Trace: FzSFtp.exe: Ssh.c(788): Server version: SSH-1.99-OpenSSH_3.9
Trace: FzSFtp.exe: Ssh.c(788): We claim version: SSH-2.0-PuTTY_FZ_Local:_Apr_30_2005_22:22:22
Trace: FzSFtp.exe: Ssh.c(788): Using SSH protocol version 2
Trace: SftpControlSocket.cpp(2596): OnReceive(0) caller=0x003af264
Trace: FzSFtp.exe: Ssh.c(5333): Doing Diffie-Hellman group exchange
Trace: SftpControlSocket.cpp(2596): OnReceive(0) caller=0x003af264
Trace: FzSFtp.exe: Ssh.c(5367): Doing Diffie-Hellman key exchange
Trace: SftpControlSocket.cpp(2596): OnReceive(0) caller=0x003af264
Trace: FzSFtp.exe: Ssh.c(5455): Host key fingerprint is:
Trace: FzSFtp.exe: Ssh.c(5456): ssh-rsa 1024 ff:42:b0:2d:44:bf:13:8f:f0:ee:62:2a:1c:58:0d:9c
Trace: FzSFtp.exe: Ssh.c(788): Initialised AES-256 client->server encryption
Trace: FzSFtp.exe: Ssh.c(788): Initialised HMAC-SHA1 client->server MAC algorithm
Trace: FzSFtp.exe: Ssh.c(788): Initialised zlib (RFC1950) compression
Trace: FzSFtp.exe: Ssh.c(788): Initialised AES-256 server->client encryption
Trace: FzSFtp.exe: Ssh.c(788): Initialised HMAC-SHA1 server->client MAC algorithm
Trace: FzSFtp.exe: Ssh.c(788): Initialised zlib (RFC1950) decompression
Trace: SftpControlSocket.cpp(2596): OnReceive(0) caller=0x003af264
Trace: FzSFtp.exe: Ssh.c(6602): Pageant is running. Requesting keys.
Trace: FzSFtp.exe: Ssh.c(788): Pageant has 1 SSH2 keys
Trace: FzSFtp.exe: Ssh.c(788): Trying Pageant key #0
Trace: SftpControlSocket.cpp(2596): OnReceive(0) caller=0x003af264
Error: FzSFtp.exe did not respond, terminating connection.
Trace: SftpControlSocket.cpp(2393): DoClose(0) caller=0x003af264
Trace: SftpControlSocket.cpp(2423): ResetOperation(4100) caller=0x003af264
Error: Unable to connect!



And immediately after, here's a good login attempt:

Status: Waiting to retry... (3 retries left)
Status: Connecting to 10.0.0.254:9922 ...
Trace: FzSFtp.exe: FzSFtp started and initialized.
Trace: SftpControlSocket.cpp(2305): OnConnect(0) caller=0x003af264
Status: Connected with 10.0.0.254:9922, initializing SFTP connection...
Command: CONNECT josh@10.0.0.254:9922
Trace: SftpControlSocket.cpp(2596): OnReceive(0) caller=0x003af264
Trace: FzSFtp.exe: Ssh.c(788): Server version: SSH-1.99-OpenSSH_3.9
Trace: FzSFtp.exe: Ssh.c(788): We claim version: SSH-2.0-PuTTY_FZ_Local:_Apr_30_2005_22:22:22
Trace: FzSFtp.exe: Ssh.c(788): Using SSH protocol version 2
Trace: SftpControlSocket.cpp(2596): OnReceive(0) caller=0x003af264
Trace: FzSFtp.exe: Ssh.c(5333): Doing Diffie-Hellman group exchange
Trace: SftpControlSocket.cpp(2596): OnReceive(0) caller=0x003af264
Trace: FzSFtp.exe: Ssh.c(5367): Doing Diffie-Hellman key exchange
Trace: SftpControlSocket.cpp(2596): OnReceive(0) caller=0x003af264
Trace: FzSFtp.exe: Ssh.c(5455): Host key fingerprint is:
Trace: FzSFtp.exe: Ssh.c(5456): ssh-rsa 1024 ff:42:b0:2d:44:bf:13:8f:f0:ee:62:2a:1c:58:0d:9c
Trace: FzSFtp.exe: Ssh.c(788): Initialised AES-256 client->server encryption
Trace: FzSFtp.exe: Ssh.c(788): Initialised HMAC-SHA1 client->server MAC algorithm
Trace: FzSFtp.exe: Ssh.c(788): Initialised zlib (RFC1950) compression
Trace: FzSFtp.exe: Ssh.c(788): Initialised AES-256 server->client encryption
Trace: FzSFtp.exe: Ssh.c(788): Initialised HMAC-SHA1 server->client MAC algorithm
Trace: FzSFtp.exe: Ssh.c(788): Initialised zlib (RFC1950) decompression
Trace: SftpControlSocket.cpp(2596): OnReceive(0) caller=0x003af264
Trace: FzSFtp.exe: Ssh.c(6602): Pageant is running. Requesting keys.
Trace: FzSFtp.exe: Ssh.c(788): Pageant has 1 SSH2 keys
Trace: FzSFtp.exe: Ssh.c(788): Trying Pageant key #0
Trace: SftpControlSocket.cpp(2596): OnReceive(0) caller=0x003af264
Trace: FzSFtp.exe: Ssh.c(6734): Sending Pageant's response
Trace: SftpControlSocket.cpp(2596): OnReceive(0) caller=0x003af264
Trace: FzSFtp.exe: Ssh.c(6483): Access granted
Trace: SftpControlSocket.cpp(2596): OnReceive(0) caller=0x003af264
Trace: FzSFtp.exe: Ssh.c(7161): Opened channel for session
Trace: FzSFtp.exe: Ssh.c(7416): Started a shell/command
Trace: SftpControlSocket.cpp(2596): OnReceive(0) caller=0x003af264
Trace: SftpControlSocket.cpp(2596): OnReceive(0) caller=0x003af264
Response: Remote working directory is /home/josh
Status: Connected
Trace: SftpControlSocket.cpp(2423): ResetOperation(1) caller=0x003af264
Trace: SftpControlSocket.cpp(289): List(FALSE,0,"","",1) caller=0x003af264
Status: Retrieving directory listing...
Command: PWD

Post Reply