> Password:
> debug1: packet_send2: adding 32 (len 25 padlen 7 extra_pad 64)
> debug2: input_userauth_info_req
> debug2: input_userauth_info_req: num_prompts 0
> debug1: packet_send2: adding 48 (len 10 padlen 6 extra_pad 64)
> debug1: ssh-userauth2 successful: method keyboard-interactive
> debug3: clear hostkey 0
> debug3: clear hostkey 1
> debug3: clear hostkey 2
> debug1: fd 4 setting O_NONBLOCK
> debug1: fd 5 setting O_NONBLOCK
> debug1: channel 0: new [client-session]
> debug3: ssh_session2_open: channel_new: 0
> debug1: send channel open 0
> debug1: Entering interactive session.
> debug2: callback start
> debug1: ssh_session2_setup: id 0
> debug1: Sending command: scp -v -t .
> debug1: channel request 0: exec
> debug2: callback done
> debug1: channel 0: open confirm rwindow 0 rmax 32768
> debug2: channel 0: rcvd adjust 131072
okay, so in this instance, you're trying an scp...what happens when
you do an ssh? and does anything at all show up in the logs on the
server? In the /etc/ssh/sshd_config file, there can be a LogLevel
entry. try DEBUG2 or DEBUG3
--
gentoo-user@gentoo.org mailing list
Okay, I set LogLevel=DEBUG3 and reloaded sshd, but I got no more
output than usual:
May 27 09:14:55 treat sshd[11739]: Received SIGHUP; restarting.
May 27 09:14:55 treat sshd[2352]: Server listening on 0.0.0.0 port 22.
May 27 09:15:31 treat sshd[2356]: Connection from 64.166.164.53 port 32776
May 27 09:15:36 treat sshd[2356]: Accepted keyboard-interactive/pam for kevin from 64.166.164.53 port 32776 ssh2
May 27 09:15:36 treat sshd(pam_unix)[2361]: session opened for user kevin by (uid=0)
And when it's "ssh" instead of "scp", I get:
May 27 09:20:53 treat sshd[2392]: Connection from 64.166.164.53 port 32777
May 27 09:20:57 treat sshd[2392]: Accepted keyboard-interactive/pam for kevin from 64.166.164.53 port 32777 ssh2
May 27 09:20:57 treat sshd(pam_unix)[2402]: session opened for user kevin by (uid=0)
May 27 09:21:01 treat sshd[2402]: Connection closed by 64.166.164.53
May 27 09:21:01 treat sshd(pam_unix)[2402]: session closed for user kevin
May 27 09:21:01 treat sshd[2402]: Closing connection to 64.166.164.53
Which covers a simple login-logout sequence.
--
Kevin O'Gorman, PhD