Gentoo Archives: gentoo-user

From: Joseph <syscon@×××××××××.com>
To: gentoo <gentoo-user@l.g.o>
Subject: [gentoo-user] any SSH guru on the list
Date: Sun, 20 Nov 2005 19:44:43
Message-Id: 1132515525.27613.22.camel@sysconcept.ca
1 I'm having problem logging into my Gentoo server from Knoppix booted PC
2 Connection between two Gentoo servers works fine.
3
4 I narrow it to the authorization method ssh is trying to use. When I'm
5 logging from Getnoo workstation the authorization ssh is trying to use:
6 service ssh-connection method publickey
7
8 When I try to login from Knoppix booted PC, ssh is trying to use:
9 ssh-connection method keyboard-interactive
10 Here is debug-log from Knoppix (failed) vs Gentoo (successful) login
11 attempt:
12
13 Gentoo (success)
14 debug1: userauth-request for user joseph service ssh-connection method none
15 debug1: attempt 0 failures 0
16 Failed none for joseph from 68.148.84.225 port 61399 ssh2
17 debug1: userauth-request for user joseph service ssh-connection method publickey
18 debug1: attempt 1 failures 1
19 debug1: test whether pkalg/pkblob are acceptable
20 debug1: temporarily_use_uid: 1000/100 (e=0/0)
21 debug1: trying public key file /home/joseph/.ssh/authorized_keys
22 debug1: matching key found: file /home/joseph/.ssh/authorized_keys, line 1
23 Found matching DSA key: 2a:0f:a0:d5:43:c0:a3:30:78:e4:30:df:fb:18:dc:17
24 debug1: restore_uid: 0/0
25 Postponed publickey for joseph from 68.184.83.225 port 61399 ssh2
26 Connection closed by 68.184.83.225
27 debug1: do_cleanup
28
29 Knoppix (failed):
30 debug1: userauth-request for user joseph service ssh-connection method none
31 debug1: attempt 0 failures 0
32 Failed none for joseph from 68.148.84.225 port 61398 ssh2
33 debug1: userauth-request for user joseph service ssh-connection method keyboard-interactive
34 debug1: attempt 1 failures 1
35 debug1: keyboard-interactive devs
36 debug1: auth2_challenge: user=joseph devs=
37 debug1: kbdint_alloc: devices ''
38 Failed keyboard-interactive for joseph from 68.184.83.225 port 61398 ssh2
39 Connection closed by 68.184.83.225
40 debug1: do_cleanup
41
42 What file control ssh-connection method?
43
44 --
45 #Joseph
46 --
47 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] any SSH guru on the list Willie Wong <wwong@×××××××××.EDU>