Gentoo Archives: gentoo-user

From: John Jolet <john@×××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] SSH hosed, only rubble remains
Date: Sat, 27 May 2006 17:54:09
Message-Id: 17A74A02-5704-4808-9D61-824331ED5AB6@jolet.net
In Reply to: Re: [gentoo-user] SSH hosed, only rubble remains by Kevin O'Gorman
1 > Okay, I set LogLevel=DEBUG3 and reloaded sshd, but I got no more
2 > output than usual:
3 > May 27 09:14:55 treat sshd[11739]: Received SIGHUP; restarting.
4 > May 27 09:14:55 treat sshd[2352]: Server listening on 0.0.0.0 port 22.
5 > May 27 09:15:31 treat sshd[2356]: Connection from 64.166.164.53
6 > port 32776
7 > May 27 09:15:36 treat sshd[2356]: Accepted keyboard-interactive/pam
8 > for kevin from 64.166.164.53 port 32776 ssh2
9 > May 27 09:15:36 treat sshd(pam_unix)[2361]: session opened for user
10 > kevin by (uid=0)
11 >
12 > And when it's "ssh" instead of "scp", I get:
13 >
14 > May 27 09:20:53 treat sshd[2392]: Connection from 64.166.164.53
15 > port 32777
16 > May 27 09:20:57 treat sshd[2392]: Accepted keyboard-interactive/pam
17 > for kevin from 64.166.164.53 port 32777 ssh2
18 > May 27 09:20:57 treat sshd(pam_unix)[2402]: session opened for user
19 > kevin by (uid=0)
20 > May 27 09:21:01 treat sshd[2402]: Connection closed by 64.166.164.53
21 > May 27 09:21:01 treat sshd(pam_unix)[2402]: session closed for user
22 > kevin
23 > May 27 09:21:01 treat sshd[2402]: Closing connection to 64.166.164.53
24 >
25 > Which covers a simple login-logout sequence.
26 >
27 > --
28 > Kevin O'Gorman, PhD
29
30 well, it really looks from both ends like it's working. what is the
31 shell for the given user? in /etc/passwd, if you're using local
32 authentication.
33 --
34 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] SSH hosed, only rubble remains Kevin O'Gorman <kogorman@×××××.com>