|
I'm trying to setup sftp on my ftp server. When the user tries to connect, I see activity on the server's log file (Linux server), but he never gets a connection. Here's sample text from the log file:
Jun 5 15:35:12 ftp sshd[31853]: debug3: fd 4 is not O_NONBLOCK
Jun 5 15:35:12 ftp sshd[16856]: debug1: rexec start in 4 out 4 newsock 4 pipe 6 sock 7
Jun 5 15:35:12 ftp sshd[31853]: debug1: Forked child 16856.
Jun 5 15:35:12 ftp sshd[31853]: debug3: send_rexec_state: entering fd = 7 config len 588
Jun 5 15:35:12 ftp sshd[31853]: debug3: ssh_msg_send: type 0
Jun 5 15:35:12 ftp sshd[31853]: debug3: send_rexec_state: done
Jun 5 15:35:12 ftp sshd[16856]: debug1: inetd sockets after dupping: 3, 3
Jun 5 15:35:12 ftp sshd[16856]: Connection from xx.xxx.x.xx port 57744
Jun 5 15:35:12 ftp sshd[16856]: debug1: Client protocol version 2.0; client software version check_ssh_1.27
Jun 5 15:35:12 ftp sshd[16856]: debug1: no match: check_ssh_1.27
Jun 5 15:35:12 ftp sshd[16856]: debug1: Enabling compatibility mode for protocol 2.0
Jun 5 15:35:12 ftp sshd[16856]: debug1: Local version string SSH-2.0-OpenSSH_4.2
Jun 5 15:35:12 ftp sshd[16856]: debug2: fd 3 setting O_NONBLOCK
Jun 5 15:35:12 ftp sshd[16856]: debug2: Network child is on pid 16857
Jun 5 15:35:12 ftp sshd[16856]: debug3: preauth child monitor started
Jun 5 15:35:12 ftp sshd[16856]: debug3: mm_request_receive entering
Jun 5 15:35:12 ftp sshd[16856]: debug1: do_cleanup
Jun 5 15:35:12 ftp sshd[16856]: debug1: PAM: cleanup
Jun 5 15:35:12 ftp sshd[16856]: debug3: PAM: sshpam_thread_cleanup entering
Does anybody have a clue what this is saying? Thanks in advance.
|