Gentoo Archives: gentoo-user

From: Stefan Riha <hoitaus@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] openssh login problems
Date: Tue, 07 Mar 2006 13:20:42
Message-Id: 46885abe0603070515q6d775268q63ce4eb458adbb08@mail.gmail.com
1 Hi,
2
3 when I try to log in with openssh, this happens:
4
5 >ssh -v -v e9949705@×××××××××××××××.at
6
7 OpenSSH_4.2p1, OpenSSL 0.9.7i 14 Oct 2005
8 debug1: Reading configuration data /etc/ssh/ssh_config
9 debug2: ssh_connect: needpriv 0
10 debug1: Connecting to stud4.tuwien.ac.at [193.170.75.14] port 22.
11 debug1: Connection established.
12 debug1: permanently_set_uid: 0/0
13 debug1: identity file /root/.ssh/identity type -1
14 debug1: identity file /root/.ssh/id_rsa type -1
15 debug1: identity file /root/.ssh/id_dsa type -1
16 debug1: Remote protocol version 1.99, remote software version 3.2.3
17 SSH Secure Shell (non-commercial)
18 debug1: no match: 3.2.3 SSH Secure Shell (non-commercial)
19 debug1: Enabling compatibility mode for protocol 2.0
20 debug1: Local version string SSH-2.0-OpenSSH_4.2
21 debug2: fd 3 setting O_NONBLOCK
22 debug1: SSH2_MSG_KEXINIT sent
23 debug1: SSH2_MSG_KEXINIT received
24 debug2: kex_parse_kexinit:
25 diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
26 debug2: kex_parse_kexinit: ssh-rsa,ssh-dss
27 debug2: kex_parse_kexinit:
28 aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc@×××××××××××.se,aes128-ctr,aes192-ctr,aes256-ctr
29 debug2: kex_parse_kexinit:
30 aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc@×××××××××××.se,aes128-ctr,aes192-ctr,aes256-ctr
31 debug2: kex_parse_kexinit:
32 hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@×××××××.com,hmac-sha1-96,hmac-md5-96
33 debug2: kex_parse_kexinit:
34 hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@×××××××.com,hmac-sha1-96,hmac-md5-96
35 debug2: kex_parse_kexinit: none,zlib@×××××××.com,zlib
36 debug2: kex_parse_kexinit: none,zlib@×××××××.com,zlib
37 debug2: kex_parse_kexinit:
38 debug2: kex_parse_kexinit:
39 debug2: kex_parse_kexinit: first_kex_follows 0
40 debug2: kex_parse_kexinit: reserved 0
41 debug2: kex_parse_kexinit: diffie-hellman-group1-sha1
42 debug2: kex_parse_kexinit: ssh-dss
43 debug2: kex_parse_kexinit:
44 aes128-cbc,3des-cbc,twofish128-cbc,cast128-cbc,twofish-cbc,blowfish-cbc,aes192-cbc,aes256-cbc,twofish192-cbc,twofish256-cbc,arcfour
45 debug2: kex_parse_kexinit:
46 aes128-cbc,3des-cbc,twofish128-cbc,cast128-cbc,twofish-cbc,blowfish-cbc,aes192-cbc,aes256-cbc,twofish192-cbc,twofish256-cbc,arcfour
47 debug2: kex_parse_kexinit: hmac-sha1,hmac-sha1-96,hmac-md5,hmac-md5-96
48 debug2: kex_parse_kexinit: hmac-sha1,hmac-sha1-96,hmac-md5,hmac-md5-96
49 debug2: kex_parse_kexinit: none,zlib
50 debug2: kex_parse_kexinit: none,zlib
51 debug2: kex_parse_kexinit:
52 debug2: kex_parse_kexinit:
53 debug2: kex_parse_kexinit: first_kex_follows 0
54 debug2: kex_parse_kexinit: reserved 0
55 debug2: mac_init: found hmac-md5
56 debug1: kex: server->client aes128-cbc hmac-md5 none
57 debug2: mac_init: found hmac-md5
58 debug1: kex: client->server aes128-cbc hmac-md5 none
59 debug2: dh_gen_key: priv key bits set: 118/256
60 debug2: bits set: 518/1024
61 debug1: sending SSH2_MSG_KEXDH_INIT
62 debug1: expecting SSH2_MSG_KEXDH_REPLY
63 debug1: Host 'stud4.tuwien.ac.at' is known and matches the DSA host key.
64 debug1: Found key in /root/.ssh/known_hosts:1
65 debug2: bits set: 499/1024
66 debug1: ssh_dss_verify: signature correct
67 debug2: kex_derive_keys
68 debug2: set_newkeys: mode 1
69 debug1: SSH2_MSG_NEWKEYS sent
70 debug1: expecting SSH2_MSG_NEWKEYS
71 debug2: set_newkeys: mode 0
72 debug1: SSH2_MSG_NEWKEYS received
73 debug1: SSH2_MSG_SERVICE_REQUEST sent
74 debug2: service_accept: ssh-userauth
75 debug1: SSH2_MSG_SERVICE_ACCEPT received
76 debug2: key: /root/.ssh/identity ((nil))
77 debug2: key: /root/.ssh/id_rsa ((nil))
78 debug2: key: /root/.ssh/id_dsa ((nil))
79 debug1: Authentications that can continue: publickey,password
80 debug1: Next authentication method: publickey
81 debug1: Trying private key: /root/.ssh/identity
82 debug1: Trying private key: /root/.ssh/id_rsa
83 debug1: Trying private key: /root/.ssh/id_dsa
84 debug2: we did not send a packet, disable method
85 debug1: Next authentication method: password
86
87
88 e9949705@×××××××××××××××.at's password:
89
90
91 debug2: we sent a password packet, wait for reply
92 debug1: Authentication succeeded (password).
93 debug1: channel 0: new [client-session]
94 debug2: channel 0: send open
95 debug1: Entering interactive session.
96 debug2: callback start
97 debug2: client_session2_setup: id 0
98 debug2: channel 0: request pty-req confirm 0
99 debug2: channel 0: request shell confirm 0
100 debug2: fd 3 setting TCP_NODELAY
101 debug2: callback done
102 debug2: channel 0: open confirm rwindow 100000 rmax 16384
103
104 There it hangs and I can't kill with crtl-c.
105 Didn't change anything in /etc/ssh, if you still need to see the files
106 let me know!
107 Tried putty and it worked.
108
109 Thanks, Stefan
110
111 --
112 gentoo-user@g.o mailing list