Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

ssh ok sftp connection closed

56 views
Skip to first unread message

Joseph Montanez

unread,
Oct 18, 2009, 1:09:55 AM10/18/09
to
I am not sure why this is happening it was working fine just a week
ago :|

I ran ssh in debug mode and got this:

/usr/sbin/sshd -Dd
debug1: sshd version OpenSSH_5.1p1 Debian-3ubuntu1
debug1: read PEM private key done: type RSA
debug1: Checking blacklist file /usr/share/ssh/blacklist.RSA-2048
debug1: Checking blacklist file /etc/ssh/blacklist.RSA-2048
debug1: private host key: #0 type 1 RSA
debug1: read PEM private key done: type DSA
debug1: Checking blacklist file /usr/share/ssh/blacklist.DSA-1024
debug1: Checking blacklist file /etc/ssh/blacklist.DSA-1024
debug1: private host key: #1 type 2 DSA
debug1: rexec_argv[0]='/usr/sbin/sshd'
debug1: rexec_argv[1]='-Dd'
debug1: Bind to port 22 on ::.
Server listening on :: port 22.
debug1: Bind to port 22 on 0.0.0.0.
Server listening on 0.0.0.0 port 22.
debug1: Server will not fork when running in debugging mode.
debug1: rexec start in 5 out 5 newsock 5 pipe -1 sock 8
debug1: inetd sockets after dupping: 3, 3
Connection from 68.8.200.202 port 56475
debug1: Client protocol version 2.0; client software version
OpenSSH_5.1p1 Debian-6ubuntu1
debug1: match: OpenSSH_5.1p1 Debian-6ubuntu1 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_5.1p1 Debian-3ubuntu1
debug1: permanently_set_uid: 103/65534
debug1: list_hostkey_types: ssh-rsa,ssh-dss
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: client->server aes128-cbc hmac-md5 none
debug1: kex: server->client aes128-cbc hmac-md5 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST received
debug1: SSH2_MSG_KEX_DH_GEX_GROUP sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_INIT
debug1: SSH2_MSG_KEX_DH_GEX_REPLY sent
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: KEX done
debug1: userauth-request for user gorilla3d service ssh-connection
method none
debug1: attempt 0 failures 0
debug1: PAM: initializing for "gorilla3d"
debug1: PAM: setting PAM_RHOST to "68.8.200.202"
debug1: PAM: setting PAM_TTY to "ssh"
Failed none for gorilla3d from 68.8.200.202 port 56475 ssh2
debug1: userauth-request for user gorilla3d service ssh-connection
method publickey
debug1: attempt 1 failures 0
debug1: test whether pkalg/pkblob are acceptable
debug1: Checking blacklist file /usr/share/ssh/blacklist.RSA-2048
debug1: Checking blacklist file /etc/ssh/blacklist.RSA-2048
debug1: temporarily_use_uid: 1000/1000 (e=0/0)
debug1: trying public key file /home/gorilla3d/.ssh/authorized_keys
debug1: restore_uid: 0/0
debug1: temporarily_use_uid: 1000/1000 (e=0/0)
debug1: trying public key file /home/gorilla3d/.ssh/authorized_keys2
debug1: restore_uid: 0/0
Failed publickey for gorilla3d from 68.8.200.202 port 56475 ssh2
debug1: userauth-request for user gorilla3d service ssh-connection
method password
debug1: attempt 2 failures 1
debug1: PAM: password authentication accepted for gorilla3d
debug1: do_pam_account: called
Accepted password for gorilla3d from 68.8.200.202 port 56475 ssh2
debug1: monitor_child_preauth: gorilla3d has been authenticated by
privileged process
debug1: PAM: establishing credentials
User child is on pid 26572
debug1: SELinux support disabled
debug1: PAM: establishing credentials
debug1: permanently_set_uid: 1000/1000
debug1: Entering interactive session for SSH2.
debug1: server_init_dispatch_20
debug1: server_input_channel_open: ctype session rchan 0 win 2097152
max 32768
debug1: input_session_request
debug1: channel 0: new [server-session]
debug1: session_new: session 0
debug1: session_open: channel 0
debug1: session_open: session 0: link with channel 0
debug1: server_input_channel_open: confirm session
debug1: server_input_global_request: rtype no-more-
sess...@openssh.com want_reply 0
debug1: server_input_channel_req: channel 0 request env reply 0
debug1: session_by_channel: session 0 channel 0
debug1: session_input_channel_req: session 0 req env
debug1: server_input_channel_req: channel 0 request subsystem reply 1
debug1: session_by_channel: session 0 channel 0
debug1: session_input_channel_req: session 0 req subsystem
subsystem request for sftp
debug1: subsystem: exec() /usr/lib/openssh/sftp-server
debug1: Received SIGCHLD.
debug1: session_by_pid: pid 26574
debug1: session_exit_message: session 0 channel 0 pid 26574
debug1: session_exit_message: release channel 0
debug1: session_by_channel: session 0 channel 0
debug1: session_close_by_channel: channel 0 child 0
debug1: session_close: session 0 pid 0
debug1: channel 0: free: server-session, nchannels 1
Connection closed by 68.8.200.202
debug1: do_cleanup
Transferred: sent 2008, received 1792 bytes
Closing connection to 68.8.200.202 port 56475
debug1: PAM: cleanup
debug1: PAM: deleting credentials
debug1: PAM: closing session

0 new messages