Gentoo Archives: gentoo-user-hu

From: Aleph <alephlg@×××××.com>
To: gentoo-user-hu@l.g.o
Subject: Re: [gentoo-user-hu] sshd reverse mapping problema
Date: Tue, 13 Mar 2007 10:46:39
Message-Id: c3e6dbbe0703130346g7d9b359dybb5e9659399921a3@mail.gmail.com
In Reply to: [gentoo-user-hu] sshd reverse mapping problema by cjvt
1 A baj az, hogy a jelszavas azonosítás nincs engedélyezve, de elvárja. Ezért
2 a public-key sikeressége után elutasít. Ha minden igaz akkor a
3 configfile-ban nincs kommentelve a pam-ot engedélyező sor.
4
5 Aleph
6
7 2007/3/13, cjvt <cjvt@××××××××.hu>:
8 >
9 > udv Mindenki,
10 >
11 > Van egy olyan problemam, hogy nem tudom mi okbol, de az sshd eltanacsol:
12 >
13 > Ha a kliensen (ubuntu - 192.168.1.1) probalkozom, ez az eredmeny:
14 >
15 > $ ssh user@192.168.1.50 -p 225 -v
16 >
17 > OpenSSH_4.3p2 Debian-5ubuntu1, OpenSSL 0.9.8b 04 May 2006
18 > debug1: Reading configuration data /etc/ssh/ssh_config
19 > debug1: Applying options for *
20 > debug1: Connecting to 192.168.1.50 [192.168.1.50] port 225.
21 > debug1: Connection established.
22 > debug1: identity file /home/user/.ssh/identity type -1
23 > debug1: identity file /home/user/.ssh/id_rsa type -1
24 > debug1: identity file /home/user/.ssh/id_dsa type -1
25 > debug1: Remote protocol version 2.0, remote software version OpenSSH_4.6
26 > debug1: match: OpenSSH_4.6 pat OpenSSH*
27 > debug1: Enabling compatibility mode for protocol 2.0
28 > debug1: Local version string SSH-2.0-OpenSSH_4.3p2 Debian-5ubuntu1
29 > debug1: SSH2_MSG_KEXINIT sent
30 > debug1: SSH2_MSG_KEXINIT received
31 > debug1: kex: server->client aes128-cbc hmac-md5 none
32 > debug1: kex: client->server aes128-cbc hmac-md5 none
33 > debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
34 > debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
35 > debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
36 > debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
37 > debug1: Host '192.168.1.50' is known and matches the RSA host key.
38 > debug1: Found key in /home/user/.ssh/known_hosts:1
39 > debug1: ssh_rsa_verify: signature correct
40 > debug1: SSH2_MSG_NEWKEYS sent
41 > debug1: expecting SSH2_MSG_NEWKEYS
42 > debug1: SSH2_MSG_NEWKEYS received
43 > debug1: SSH2_MSG_SERVICE_REQUEST sent
44 > debug1: SSH2_MSG_SERVICE_ACCEPT received
45 > debug1: Authentications that can continue: publickey
46 > debug1: Next authentication method: publickey
47 > debug1: Trying private key: /home/user/.ssh/identity
48 > debug1: Trying private key: /home/user/.ssh/id_rsa
49 > debug1: Trying private key: /home/user/.ssh/id_dsa
50 > debug1: No more authentication methods to try.
51 > Permission denied (publickey).
52 >
53 >
54 > a szerver (gentoo - 192.168.1.50) ugyanakkor ezt mondja a lognak:
55 >
56 >
57 > reverse mapping checking getaddrinfo for server [192.168.1.1] failed -
58 > POSSIBLE BREAK-IN ATTEMPT!
59 >
60 > valaki tudja, mit editaltam tonkre? ;)
61 >
62 > vt
63 > --
64 > gentoo-user-hu@g.o mailing list
65 >
66 >

Replies

Subject Author
Re: [gentoo-user-hu] sshd reverse mapping problema cjvt <cjvt@××××××××.hu>