Gentoo Archives: gentoo-user

From: Marco Calviani <marco.calviani@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] problem with ssh login
Date: Mon, 30 Jul 2007 15:51:47
Message-Id: da5cd1900707300844j20af224g83d42835bb850684@mail.gmail.com
1 Hi lists,
2 i'm trying to remotely login to a Gentoo box via ssh. However (and
3 the behaviour is the same from different machines) whenever i try to
4 login the procedure hangs before recognizing the remote protocol
5 version:
6
7 ssh -vvv pippo@pluto
8
9 OpenSSH_4.5p1, OpenSSL 0.9.8d 28 Sep 2006
10 debug1: Reading configuration data /etc/ssh/ssh_config
11 debug2: ssh_connect: needpriv 0
12 ...
13 [snip]
14 ...
15 ebug3: key_read: missing whitespace
16 debug3: key_read: missing whitespace
17 debug3: key_read: missing whitespace
18 debug3: key_read: missing whitespace
19 debug2: key_type_from_name: unknown key type '-----END'
20 debug3: key_read: missing keytype
21 debug1: identity file /home/pippo/.ssh/id_rsa type 1
22 debug1: identity file /home/pippo/.ssh/id_dsa type -1
23
24 [hangs here]
25
26 i can only do a Crtl+C and abort the ssh login session.
27
28 What can be the cause of this behaviour?
29
30 Thanks in advance,
31 Marco
32 --
33 gentoo-user@g.o mailing list

Replies

Subject Author
[gentoo-user] Re: problem with ssh login Mateus Interciso <p.zarnick@×××××.com>
Re: [gentoo-user] problem with ssh login Mick <michaelkintzios@×××××.com>