Gentoo Archives: gentoo-user

From: Eric Martin <freak4uxxx@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] SSHd: Permission denied (publickey,keyboard-interactive).
Date: Fri, 12 Sep 2008 10:58:42
Message-Id: 48CA4B51.2080202@gmail.com
In Reply to: Re: [gentoo-user] SSHd: Permission denied (publickey,keyboard-interactive). by Michael Sullivan
1 Michael Sullivan wrote:
2 > On Fri, 2008-09-12 at 15:27 +0930, Iain Buchanan wrote:
3 >> Michael Sullivan wrote:
4 >>> I hooked up my old server box today so that I could update the software,
5 >>> only to find that I could not ssh over to it:
6 >>>
7 >>> michael@camille ~ $ ssh bullet
8 >>> Permission denied (publickey,keyboard-interactive).
9 >>>
10 >>> There were no 'official' logs, but a website I found on google suggested
11 >>> running
12 >>>
13 >>> /usr/sbin/sshd -ddd -p 2202
14 >>>
15 >>> and then trying to shell over with
16 >>>
17 >>> ssh -p 2202<boxname>
18 >>>
19 >>> Here's the output. I piped it to a file:
20 >> [snip]
21 >>
22 >>> I tried upgrading PAM and rebooting, but it didn't solve the problem.
23 >>> I'm running pam-1.0.1, if that matters...
24 >> what problem? you haven't actually said what is / isn't working! What's
25 >> the output from the client when you try and ssh in with the command "ssh
26 >> -p 2202 <boxname>"?
27 >>
28 >
29 > I thought I was pretty clear on that, but here it is again:
30 >
31 > michael@camille ~ $ ssh -p 2202 bullet
32 > Permission denied (publickey,keyboard-interactive).
33 >
34 > As you can see, I'm still locked out.
35 >
36 >
37 try
38
39 # ssh -p 2202 -vv bullet
40
41 or
42
43 #ssh -vv bullet
44
45 as that will give you debug info from the client side of the connection.
46 Is it safe to assume that you logged into it via the console to start
47 SSHd on 2202? Also, does your user exist on the box? It sounds like
48 'no', especially when btmp is involved.
49
50 --
51 Eric Martin
52 Key fingerprint = D1C4 086E DBB5 C18E 6FDA B215 6A25 7174 A941 3B9F

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] SSHd: Permission denied (publickey,keyboard-interactive). Michael Sullivan <michael@××××××××××××.com>