LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Security
User Name
Password
Linux - Security This forum is for all security related questions.
Questions, tips, system compromises, firewalls, etc. are all included here.

Notices


Reply
  Search this Thread
Old 11-18-2005, 02:30 AM   #1
eid
LQ Newbie
 
Registered: Oct 2005
Posts: 4

Rep: Reputation: 0
Issue with sshd (openssh 3.5p1-6)


Hi,

My Linux server running Redhat 9 suddenly stopped accepting ssh connections!!!

Server side debug output:
===================================
# sshd -d 3
debug: SshAppCommon/sshappcommon.c:154/ssh_app_get_global_regex_context: Allocating global SshRegex context.
debug: SshConfig/sshconfig.c:2360/ssh2_parse_config: Configuration file is old-style. (1.0)
debug: SshHostKeyIO/sshhostkeyio.c:220/ssh_host_key_read_keys: Host key algorithms: ssh-dss
debug: Becoming server.
debug: Creating listener
debug: Listener created
debug: no udp listener created.
sshd[2548]: Listener created on port 22.
sshd[2548]: Daemon is running.
debug: Running event loop
debug: ssh_sigchld_real_callback
debug: Sshd2/sshd2.c:692/new_connection_callback: new_connection_callback
debug: Sshd2/sshd2.c:847/new_connection_callback: Wrapping stream with ssh_server_wrap...
debug: ssh_server_wrap: creating transport protocol
debug: Ssh2Transport/trcommon.c:2335/ssh_tr_set_keys: Allocating cipher: name: none, key_len: 16.
debug: Ssh2Transport/trcommon.c:2335/ssh_tr_set_keys: Allocating cipher: name: none, key_len: 16.
debug: SshAuthMethodServer/sshauthmethods.c:118/ssh_server_authentication_initialize: Added "publickey" to usable methods.
debug: SshAuthMethodServer/sshauthmethods.c:118/ssh_server_authentication_initialize: Added "password" to usable methods.
debug: SshAuthMethodServer/sshauthmethods.c:133/ssh_server_authentication_initialize: Added "hostbased" to usable methods.
debug: SshAuthMethodServer/sshauthmethods.c:133/ssh_server_authentication_initialize: Added "pam-1@ssh.com" to usable methods.
debug: ssh_server_wrap: creating userauth protocol
debug: Ssh2Common/sshcommon.c:496/ssh_common_wrap: local ip = 192.168.1.99, local port = 22
debug: Ssh2Common/sshcommon.c:498/ssh_common_wrap: remote ip = 192.168.1.100, remote port = 2964
debug: Ssh2Common/sshcommon.c:375/ssh_common_finalize: DNS lookup failed. Using host-IP-number ("192.168.1.100") as hostname.
sshd[2548]: DNS lookup failed for "192.168.1.100".
debug: SshConnection/sshconn.c:1889/ssh_conn_wrap: Wrapping...
debug: Sshd2/sshd2.c:861/new_connection_callback: done.
debug: new_connection_callback returning
debug: Remote version: SSH-2.0-PuTTY_Release_0.58
debug: Ssh2Transport/trcommon.c:1528/ssh_tr_negotiate: Computing algorithms from key exchange.
debug: Ssh2Transport/trcommon.c:1717/ssh_tr_negotiate: lang s to c: `', lang c to s: `'
debug: Ssh2Transport/trcommon.c:1783/ssh_tr_negotiate: c_to_s: cipher aes256-cbc, mac hmac-sha1, compression none
debug: Ssh2Transport/trcommon.c:1786/ssh_tr_negotiate: s_to_c: cipher aes256-cbc, mac hmac-sha1, compression none
debug: Ssh2Transport/trcommon.c:2335/ssh_tr_set_keys: Allocating cipher: name: aes256-cbc, key_len: 32.
debug: Ssh2Transport/trcommon.c:2335/ssh_tr_set_keys: Allocating cipher: name: aes256-cbc, key_len: 32.
debug: Sshd2/sshd2.c:384/auth_policy_proc: user 'tomcat' service 'ssh-connection' client_ip '192.168.1.100' client_port '2964' completed ''
debug: Sshd2/sshd2.c:518/auth_policy_proc: output: publickey,password
debug: SshUnixUser/sshunixuser.c:1250/ssh_user_validate_secure_rpc_password: not yet implemented
debug: SshUnixUser/sshunixuser.c:1238/ssh_user_validate_kerberos_password: kerberos support not compiled in

Received signal 11. (no core)

===================================

Client side debug output:
===================================
=~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2005.11.18 09:44:07 =~=~=~=~=~=~=~=~=~=~=~= Event Log: Writing new session log (SSH packets mode) to file: putty.log
Event Log: Looking up host "globalbts.com"
Event Log: Connecting to 192.168.1.99 port 22
Event Log: Server version: SSH-1.99-OpenSSH_3.5p1
Event Log: We claim version: SSH-2.0-PuTTY_Release_0.58
Event Log: Using SSH protocol version 2 Incoming packet type 20 / 0x14 (SSH2_MSG_KEXINIT)
00000000 5e 95 51 1c f6 ca 73 50 cb 3e b9 63 bf 85 17 98 ^.Q...sP.>.c....
00000010 00 00 00 1a 64 69 66 66 69 65 2d 68 65 6c 6c 6d ....diffie-hellm
00000020 61 6e 2d 67 72 6f 75 70 31 2d 73 68 61 31 00 00 an-group1-sha1..
00000030 00 07 73 73 68 2d 64 73 73 00 00 00 83 61 65 73 ..ssh-dss....aes
00000040 31 32 38 2d 63 62 63 2c 33 64 65 73 2d 63 62 63 128-cbc,3des-cbc
00000050 2c 62 6c 6f 77 66 69 73 68 2d 63 62 63 2c 74 77 ,blowfish-cbc,tw
00000060 6f 66 69 73 68 31 32 38 2d 63 62 63 2c 74 77 6f ofish128-cbc,two
00000070 66 69 73 68 2d 63 62 63 2c 61 72 63 66 6f 75 72 fish-cbc,arcfour
00000080 2c 63 61 73 74 31 32 38 2d 63 62 63 2c 61 65 73 ,cast128-cbc,aes
00000090 31 39 32 2d 63 62 63 2c 61 65 73 32 35 36 2d 63 192-cbc,aes256-c
000000a0 62 63 2c 74 77 6f 66 69 73 68 31 39 32 2d 63 62 bc,twofish192-cb
000000b0 63 2c 74 77 6f 66 69 73 68 32 35 36 2d 63 62 63 c,twofish256-cbc
000000c0 00 00 00 83 61 65 73 31 32 38 2d 63 62 63 2c 33 ....aes128-cbc,3
000000d0 64 65 73 2d 63 62 63 2c 62 6c 6f 77 66 69 73 68 des-cbc,blowfish
000000e0 2d 63 62 63 2c 74 77 6f 66 69 73 68 31 32 38 2d -cbc,twofish128-
000000f0 63 62 63 2c 74 77 6f 66 69 73 68 2d 63 62 63 2c cbc,twofish-cbc,
00000100 61 72 63 66 6f 75 72 2c 63 61 73 74 31 32 38 2d arcfour,cast128-
00000110 63 62 63 2c 61 65 73 31 39 32 2d 63 62 63 2c 61 cbc,aes192-cbc,a
00000120 65 73 32 35 36 2d 63 62 63 2c 74 77 6f 66 69 73 es256-cbc,twofis
00000130 68 31 39 32 2d 63 62 63 2c 74 77 6f 66 69 73 68 h192-cbc,twofish
00000140 32 35 36 2d 63 62 63 00 00 00 30 68 6d 61 63 2d 256-cbc...0hmac-
00000150 73 68 61 31 2c 68 6d 61 63 2d 73 68 61 31 2d 39 sha1,hmac-sha1-9
00000160 36 2c 68 6d 61 63 2d 6d 64 35 2c 68 6d 61 63 2d 6,hmac-md5,hmac-
00000170 6d 64 35 2d 39 36 2c 6e 6f 6e 65 00 00 00 30 68 md5-96,none...0h
00000180 6d 61 63 2d 73 68 61 31 2c 68 6d 61 63 2d 73 68 mac-sha1,hmac-sh
00000190 61 31 2d 39 36 2c 68 6d 61 63 2d 6d 64 35 2c 68 a1-96,hmac-md5,h
000001a0 6d 61 63 2d 6d 64 35 2d 39 36 2c 6e 6f 6e 65 00 mac-md5-96,none.
000001b0 00 00 09 6e 6f 6e 65 2c 7a 6c 69 62 00 00 00 09 ...none,zlib....
000001c0 6e 6f 6e 65 2c 7a 6c 69 62 00 00 00 00 00 00 00 none,zlib.......
000001d0 00 00 00 00 00 00 ......
Outgoing packet type 20 / 0x14 (SSH2_MSG_KEXINIT)
00000000 f5 32 33 ab fe 59 a8 a3 0e 33 c6 10 9a b3 9c 57 .23..Y...3.....W
00000010 00 00 00 59 64 69 66 66 69 65 2d 68 65 6c 6c 6d ...Ydiffie-hellm
00000020 61 6e 2d 67 72 6f 75 70 2d 65 78 63 68 61 6e 67 an-group-exchang
00000030 65 2d 73 68 61 31 2c 64 69 66 66 69 65 2d 68 65 e-sha1,diffie-he
00000040 6c 6c 6d 61 6e 2d 67 72 6f 75 70 31 34 2d 73 68 llman-group14-sh
00000050 61 31 2c 64 69 66 66 69 65 2d 68 65 6c 6c 6d 61 a1,diffie-hellma
00000060 6e 2d 67 72 6f 75 70 31 2d 73 68 61 31 00 00 00 n-group1-sha1...
00000070 0f 73 73 68 2d 72 73 61 2c 73 73 68 2d 64 73 73 .ssh-rsa,ssh-dss
00000080 00 00 00 82 61 65 73 32 35 36 2d 63 62 63 2c 72 ....aes256-cbc,r
00000090 69 6a 6e 64 61 65 6c 32 35 36 2d 63 62 63 2c 72 ijndael256-cbc,r
000000a0 69 6a 6e 64 61 65 6c 2d 63 62 63 40 6c 79 73 61 ijndael-cbc@lysa
000000b0 74 6f 72 2e 6c 69 75 2e 73 65 2c 61 65 73 31 39 tor.liu.se,aes19
000000c0 32 2d 63 62 63 2c 72 69 6a 6e 64 61 65 6c 31 39 2-cbc,rijndael19
000000d0 32 2d 63 62 63 2c 61 65 73 31 32 38 2d 63 62 63 2-cbc,aes128-cbc
000000e0 2c 72 69 6a 6e 64 61 65 6c 31 32 38 2d 63 62 63 ,rijndael128-cbc
000000f0 2c 62 6c 6f 77 66 69 73 68 2d 63 62 63 2c 33 64 ,blowfish-cbc,3d
00000100 65 73 2d 63 62 63 00 00 00 82 61 65 73 32 35 36 es-cbc....aes256
00000110 2d 63 62 63 2c 72 69 6a 6e 64 61 65 6c 32 35 36 -cbc,rijndael256
00000120 2d 63 62 63 2c 72 69 6a 6e 64 61 65 6c 2d 63 62 -cbc,rijndael-cb
00000130 63 40 6c 79 73 61 74 6f 72 2e 6c 69 75 2e 73 65 c@lysator.liu.se
00000140 2c 61 65 73 31 39 32 2d 63 62 63 2c 72 69 6a 6e ,aes192-cbc,rijn
00000150 64 61 65 6c 31 39 32 2d 63 62 63 2c 61 65 73 31 dael192-cbc,aes1
00000160 32 38 2d 63 62 63 2c 72 69 6a 6e 64 61 65 6c 31 28-cbc,rijndael1
00000170 32 38 2d 63 62 63 2c 62 6c 6f 77 66 69 73 68 2d 28-cbc,blowfish-
00000180 63 62 63 2c 33 64 65 73 2d 63 62 63 00 00 00 17 cbc,3des-cbc....
00000190 68 6d 61 63 2d 73 68 61 31 2c 68 6d 61 63 2d 6d hmac-sha1,hmac-m
000001a0 64 35 2c 6e 6f 6e 65 00 00 00 17 68 6d 61 63 2d d5,none....hmac-
000001b0 73 68 61 31 2c 68 6d 61 63 2d 6d 64 35 2c 6e 6f sha1,hmac-md5,no
000001c0 6e 65 00 00 00 09 6e 6f 6e 65 2c 7a 6c 69 62 00 ne....none,zlib.
000001d0 00 00 09 6e 6f 6e 65 2c 7a 6c 69 62 00 00 00 00 ...none,zlib....
000001e0 00 00 00 00 00 00 00 00 00 .........
Event Log: Using Diffie-Hellman with standard group "group1" Event Log: Doing Diffie-Hellman key exchange Outgoing packet type 30 / 0x1e (SSH2_MSG_KEXDH_INIT)
00000000 00 00 00 80 2d 40 ec 9b 77 fa 70 c0 3a 1e 29 b3 ....-@..w.p.:.).
00000010 b4 32 f2 58 9d 2d f6 25 2b 06 cd 43 00 94 ee 01 .2.X.-.%+..C....
00000020 6f 27 dd 48 fe 26 b2 f1 bf 2f 3d 34 cb 54 70 e3 o'.H.&.../=4.Tp.
00000030 89 d2 67 6b 5f 8d 19 73 da 18 e2 cb 85 64 6b 33 ..gk_..s.....dk3
00000040 0a bb c9 16 ff bf 96 d2 14 07 34 d7 11 c1 8b 57 ..........4....W
00000050 ad 55 c2 1a b9 c6 90 a5 75 79 aa e5 fa 80 22 8d .U......uy....".
00000060 21 20 b7 c6 2b 35 0a e5 0c 35 f0 9e 39 66 9f 13 ! ..+5...5..9f..
00000070 25 22 e0 5e e0 b6 9c 4a 70 40 85 33 51 ef f7 4b %".^...Jp@.3Q..K
00000080 fa 65 38 4b .e8K
Incoming packet type 31 / 0x1f (SSH2_MSG_KEXDH_REPLY)
00000000 00 00 01 b1 00 00 00 07 73 73 68 2d 64 73 73 00 ........ssh-dss.
00000010 00 00 81 00 c7 25 ac 7e be cd 96 6a 4b 16 32 40 .....%.~...jK.2@
00000020 06 75 40 41 f0 4b 07 fc 69 84 ab 0b de c0 d2 f6 .u@A.K..i.......
00000030 16 23 56 ea a4 5d d3 c4 37 cf 5b fb af 9b 6a 5a .#V..]..7.[...jZ
00000040 a4 65 d3 ae 48 63 90 3b 09 c2 48 db 87 a7 70 6c .e..Hc.;..H...pl
00000050 61 73 bc a8 c5 38 e7 7b d8 32 f7 d5 bf 16 49 d2 as...8.{.2....I.
00000060 6f 4e 71 c8 a0 a8 51 fc df b5 c1 72 b6 e6 aa 41 oNq...Q....r...A
00000070 be 5b fd b3 46 32 96 37 98 92 7f 37 c5 93 49 93 .[..F2.7...7..I.
00000080 39 dd 4a a5 e0 3b 11 5a 46 2e 7d 36 fd 8e 0d 8d 9.J..;.ZF.}6....
00000090 22 1f 46 c1 00 00 00 15 00 b7 0d 1e 29 e5 68 64 ".F.........).hd
000000a0 a7 6c 00 b5 ac d2 70 1f 4b ba 86 a2 05 00 00 00 .l....p.K.......
000000b0 80 67 c1 58 f2 29 d7 0c 30 40 49 79 e8 ab b3 77 .g.X.)..0@Iy...w
000000c0 e0 33 74 08 e2 c8 f1 fc 7d b6 70 be 74 fc be b8 .3t.....}.p.t...
000000d0 e2 d9 20 a7 6d 56 b0 4e fd aa 4e 46 97 f0 e6 5e .. .mV.N..NF...^
000000e0 48 49 0c 6f 46 23 06 13 a1 87 aa 58 41 5d 0e 5d HI.oF#.....XA].]
000000f0 64 cc 25 40 46 9d 6f d3 c4 83 cf 72 32 bc 43 69 d.%@F.o....r2.Ci
00000100 d4 33 61 94 0d 33 03 d5 41 bc e0 1c 3a 6d 12 f5 .3a..3..A...:m..
00000110 f8 be d9 b5 d0 ab 07 b8 3f 41 d4 22 55 54 72 a1 ........?A."UTr.
00000120 55 3b 09 84 64 3c 42 47 72 82 2b 4a c5 c1 dc 23 U;..d<BGr.+J...#
00000130 6b 00 00 00 80 7f 21 fd 27 d6 42 4e 96 00 18 3d k.....!.'.BN...=
00000140 ff f2 af 9e 38 3f 5e 6a 7d 28 64 95 fa 38 f8 21 ....8?^j}(d..8.!
00000150 d8 42 07 07 7f 77 01 c3 8d 01 38 64 76 86 ad 69 .B...w....8dv..i
00000160 c2 fc 43 37 76 a3 f1 9c 46 a2 fe d3 cd eb 6c 19 ..C7v...F.....l.
00000170 1d e3 70 f3 f6 73 8e 86 02 1e 3b 82 ea 3f 48 c8 ..p..s....;..?H.
00000180 4f 2a df 12 04 e1 ef 7e 19 85 3e 8d 6e e1 f8 9d O*.....~..>.n...
00000190 81 18 d8 9a 74 c0 8a f6 21 5f 7c 82 6b a8 c6 bf ....t...!_|.k...
000001a0 40 92 e3 8e e1 a7 be a0 7f b0 63 c0 34 ad 6d 70 @.........c.4.mp
000001b0 c7 b9 28 f4 47 00 00 00 80 05 27 cf a6 1a dd ae ..(.G.....'.....
000001c0 ef 36 7e a6 47 2e 60 6a cf ef 4f d4 48 80 17 16 .6~.G.`j..O.H...
000001d0 67 34 7d 10 59 ec 1d 66 d7 25 34 7b a1 99 10 e6 g4}.Y..f.%4{....
000001e0 0b b0 be a9 9a 8e 09 cb 77 c2 8b 79 3d 8c 51 91 ........w..y=.Q.
000001f0 6a 18 cb 05 d3 fd ca 99 9b b6 f7 4b 3c 03 b8 fe j..........K<...
00000200 0e b7 75 f4 3f 08 ad 28 93 1c ef ef 9b c7 4b cc ..u.?..(......K.
00000210 de 47 97 59 bd 07 93 c5 63 8e de c9 78 2c 1d e4 .G.Y....c...x,..
00000220 6d d7 73 0c d0 57 62 26 f7 bd 3b 12 61 28 9b 24 m.s..Wb&..;.a(.$
00000230 69 fd 3c 87 13 8d cf 4c 62 00 00 00 37 00 00 00 i.<....Lb...7...
00000240 07 73 73 68 2d 64 73 73 00 00 00 28 62 c6 28 ba .ssh-dss...(b.(.
00000250 a0 d5 46 5c 71 67 1c 0b 73 67 0a f0 a8 a4 94 39 ..F\qg..sg.....9
00000260 51 45 42 2f e8 96 7a 4f ee ce fc 2c d9 c3 66 16 QEB/..zO...,..f.
00000270 4d e6 64 d0 M.d.
Event Log: Host key fingerprint is:
Event Log: ssh-dss 1024 d2:44:04:4f:28:aa:92:37:d5:04:61:fd:3d:77:82:25
Outgoing packet type 21 / 0x15 (SSH2_MSG_NEWKEYS)
Event Log: Initialised AES-256 client->server encryption
Event Log: Initialised HMAC-SHA1 client->server MAC algorithm Incoming packet type 21 / 0x15 (SSH2_MSG_NEWKEYS) Event Log: Initialised AES-256 server->client encryption Event Log: Initialised HMAC-SHA1 server->client MAC algorithm Outgoing packet type 5 / 0x05 (SSH2_MSG_SERVICE_REQUEST)
00000000 00 00 00 0c 73 73 68 2d 75 73 65 72 61 75 74 68 ....ssh-userauth Incoming packet type 6 / 0x06 (SSH2_MSG_SERVICE_ACCEPT)
00000000 00 00 00 0c 73 73 68 2d 75 73 65 72 61 75 74 68 ....ssh-userauth Outgoing packet type 50 / 0x32 (SSH2_MSG_USERAUTH_REQUEST)
00000000 00 00 00 06 74 6f 6d 63 61 74 00 00 00 0e 73 73 ....tomcat....ss
00000010 68 2d 63 6f 6e 6e 65 63 74 69 6f 6e 00 00 00 04 h-connection....
00000020 6e 6f 6e 65 none
Incoming packet type 2 / 0x02 (SSH2_MSG_IGNORE)
00000000 00 00 03 e8 b0 c4 bf 14 93 0c 2f 7a 44 96 0f 34 ........../zD..4
00000010 bc 0f 27 01 9b 56 db dc 78 1f 59 da 90 87 d2 d7 ..'..V..x.Y.....
00000020 20 ac cf 04 ee 53 57 b7 5f 94 0a 0f ce f6 dd b3 ....SW._.......
00000030 c8 00 56 38 4b 6d 5a a9 18 b5 91 84 06 a0 33 b6 ..V8KmZ.......3.
00000040 0c de 7f 5d 41 5d 7d cd e9 f5 9d 4a ca ed 26 14 ...]A]}....J..&.
00000050 8a 3f 64 e3 d6 bc f5 f5 62 99 ff 90 91 43 c8 77 .?d.....b....C.w
00000060 21 fa 83 b5 58 cc 5c c8 34 50 23 af 38 9a 2c e2 !...X.\.4P#.8.,.
00000070 3d 2a 0a 5d a1 19 30 c7 89 00 a8 1d b7 de 1c af =*.]..0.........
00000080 60 aa dd 10 6c 39 91 c6 1c 45 d4 1e ab 66 22 43 `...l9...E...f"C
00000090 1e 1d 36 1b f6 db 25 ef a9 d3 12 55 ea 4d d7 a5 ..6...%....U.M..
000000a0 ed 7e 63 1e c1 e0 40 ed 64 9e 42 d5 70 1b 14 2d .~c...@.d.B.p..-
000000b0 95 06 38 35 53 12 a2 71 b6 05 7e 7a 3c 9a 84 28 ..85S..q..~z<..(
000000c0 e1 d3 1e db 98 fe 17 9b 94 27 94 24 4e 77 bb cb .........'.$Nw..
000000d0 ee b0 36 e9 ae 5c 3b ab 89 6c 80 fd 60 2b a2 dd ..6..\;..l..`+..
000000e0 f2 67 3f e6 7c 61 fc 01 28 a5 d7 0d 6d 81 b1 f6 .g?.|a..(...m...
000000f0 73 7d f4 e6 4b 54 47 80 4f 49 7f 34 4c 1b 79 38 s}..KTG.OI.4L.y8
00000100 d2 79 fc f4 77 c6 dc 34 d2 74 ea c7 67 01 cb a5 .y..w..4.t..g...
00000110 0a 89 63 8b d9 10 74 97 87 f3 5d b1 e2 d4 1d 21 ..c...t...]....!
00000120 82 38 be b1 fa 86 87 e8 02 52 6a b3 e7 dc 77 a8 .8.......Rj...w.
00000130 d5 3a 78 a0 18 df ec 5b d2 06 49 22 90 0e 0f 09 .:x....[..I"....
00000140 cf ee 74 da 05 23 d5 5c 1a e0 bc f1 a8 b6 fe ad ..t..#.\........
00000150 03 ab 93 01 d5 4c 63 c8 a7 57 09 2e fc 9b 81 92 .....Lc..W......
00000160 c9 f3 07 30 99 73 e2 6b 59 90 03 1b 4c 65 c7 b7 ...0.s.kY...Le..
00000170 e9 5c fe 2c d9 07 6f ad 3d bf 39 d9 71 9a 49 ea .\.,..o.=.9.q.I.
00000180 36 69 d7 60 32 4d 92 3e 14 f0 3c 18 99 da 3b 2a 6i.`2M.>..<...;*
00000190 6b 20 3c 31 03 3c 6b 87 9c 22 b5 18 1f 65 db e2 k <1.<k.."...e..
000001a0 d2 d9 68 a9 02 3c 81 c8 47 fd 5f 81 28 2e ee 74 ..h..<..G._.(..t
000001b0 0e 1f 9a 2b 35 79 ec 5a f4 bb a3 a8 e6 f5 01 9b ...+5y.Z........
000001c0 c5 f0 13 7d 90 99 10 f8 2e b0 cc 8b 8b ea ab 25 ...}...........%
000001d0 e6 e0 6b c4 50 63 cc 4d f7 bb 3a bf 9f 12 86 5c ..k.Pc.M..:....\
000001e0 60 48 10 c8 33 a4 26 16 72 6a ac 49 e1 93 38 89 `H..3.&.rj.I..8.
000001f0 37 51 16 37 de fe 25 68 f0 57 3c c0 e9 a5 a8 50 7Q.7..%h.W<....P
00000200 30 3d a3 2e 72 2d ea 96 b5 37 8a 31 36 b6 6c 0c 0=..r-...7.16.l.
00000210 b8 c2 6b 86 aa 7f 49 45 89 a6 a6 3a 01 f5 82 ee ..k...IE...:....
00000220 97 71 82 8e 4a 40 64 09 f1 9f 9d bd 83 ce 88 03 .q..J@d.........
00000230 26 e0 b1 ea 3e 05 e5 16 f8 ac 24 f3 a7 90 87 b9 &...>.....$.....
00000240 e0 29 50 0a 5d eb 71 21 49 c9 aa db dd d2 a9 ff .)P.].q!I.......
00000250 e3 87 ed bf d2 5b 9a 74 ff eb 65 25 79 e2 49 d7 .....[.t..e%y.I.
00000260 2b 63 db 04 41 7c 8c 90 dd 42 aa ab 4c 4f bf 60 +c..A|...B..LO.`
00000270 d6 70 0b fa 84 d0 06 f5 f2 3f 77 af f8 aa 5a fe .p.......?w...Z.
00000280 0c b4 c1 1f 95 9f 34 c4 86 dd 4e e2 1e ae 7c 51 ......4...N...|Q
00000290 c2 ca 70 57 ba 14 5c c8 d3 58 0d e0 f7 1b b3 2b ..pW..\..X.....+
000002a0 3a 47 ec 19 32 d3 c3 1e 85 a9 16 40 6b 08 53 c0 :G..2......@k.S.
000002b0 65 5e 92 80 ea 1e c8 39 56 b3 44 90 4f a3 99 5a e^.....9V.D.O..Z
000002c0 9a 87 13 ae ea a7 c7 07 28 06 4b d8 2e ba a9 d0 ........(.K.....
000002d0 c0 3d 6f 6c ed 54 9c 48 9f 51 23 31 1d d5 04 63 .=ol.T.H.Q#1...c
000002e0 98 b9 0b b0 c1 84 73 ba 00 34 0b c4 1f 6d 8b cb ......s..4...m..
000002f0 02 1b 45 7f f2 83 65 5a 11 c1 a4 ed fd f5 1e e1 ..E...eZ........
00000300 5b 96 e9 3e 75 e5 9b 4f 4c d0 69 26 48 9e 99 e0 [..>u..OL.i&H...
00000310 b9 62 2c e8 ed 1c f0 f2 a3 ed 47 56 03 61 8f fe .b,.......GV.a..
00000320 fd 14 ba 36 94 dd 26 f1 9b be 75 3f 01 81 7a d3 ...6..&...u?..z.
00000330 81 1b 54 21 9e 8f 83 45 f4 ae 15 78 63 2a c4 26 ..T!...E...xc*.&
00000340 c9 6a 29 49 ff 8a 8a 65 f3 8b 42 a9 be 0c 3a d9 .j)I...e..B...:.
00000350 92 f5 59 ae ae ef 69 d4 07 1e 8c 54 6f 93 b7 42 ..Y...i....To..B
00000360 7f 4a 62 ae 45 ba a0 6b 9f 11 38 70 f2 16 f8 69 .Jb.E..k..8p...i
00000370 20 eb 85 f8 ba 01 a2 d4 d4 f6 b2 5c 29 6e 25 aa ..........\)n%.
00000380 ac c3 6e 35 9a 41 a5 bb e7 a2 d5 93 87 80 2e 47 ..n5.A.........G
00000390 47 f7 a0 9d 1f c7 df 13 8c df 7b 95 24 b3 fe 36 G.........{.$..6
000003a0 c9 f2 66 f3 20 4d f1 ea 7a cf 5c f1 ec 88 1f df ..f. M..z.\.....
000003b0 0f 4d 34 93 62 03 55 4c 5c 9a c9 8e 0e ef 66 80 .M4.b.UL\.....f.
000003c0 6a 1c 20 5d 6c b6 32 4c 76 ca c7 a2 bc 7b bb e5 j. ]l.2Lv....{..
000003d0 10 cf 0d 8e 0f c2 26 7b 7f 37 3b b6 e6 bc 40 cc ......&{.7;...@.
000003e0 63 5e 03 f8 7e 2d 30 69 5a 60 39 f9 c^..~-0iZ`9.
Incoming packet type 51 / 0x33 (SSH2_MSG_USERAUTH_FAILURE)
00000000 00 00 00 12 70 75 62 6c 69 63 6b 65 79 2c 70 61 ....publickey,pa
00000010 73 73 77 6f 72 64 00 ssword.
Outgoing packet type 50 / 0x32 (SSH2_MSG_USERAUTH_REQUEST)
00000000 00 00 00 06 74 6f 6d 63 61 74 00 00 00 0e 73 73 ....tomcat....ss
00000010 68 2d 63 6f 6e 6e 65 63 74 69 6f 6e 00 00 00 08 h-connection....
00000020 70 61 73 73 77 6f 72 64 00 XX XX XX XX XX XX XX password.XXXXXXX
00000030 XX XX XX XX XX XXXXX
Event Log: Sent password
Event Log: Server unexpectedly closed network connection ===================================


Ashraf Eid
 
Old 11-19-2005, 06:38 AM   #2
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3607Reputation: 3607Reputation: 3607Reputation: 3607Reputation: 3607Reputation: 3607Reputation: 3607Reputation: 3607Reputation: 3607Reputation: 3607Reputation: 3607
I'm sorry but I'm not going to help you run stale packages. First thing to do is shut it down, verify changes if you know you made them, else use rpm verify command to check state of daemon binaries and config. Then upgrade your ssh packages to the latest stable version (as it seems you have put that off for too long: google for CAN-2003-0693 or RHSA-2003:279-02). When the upgrade is done please report if you still have those problems.
 
Old 11-19-2005, 10:49 AM   #3
eid
LQ Newbie
 
Registered: Oct 2005
Posts: 4

Original Poster
Rep: Reputation: 0
HI,

I tried to upgrade but rpm is reporting conflicts with other openssh packages. Do you have a pointer to instructions for upgrading?

Regards,

Ashraf
 
Old 11-21-2005, 08:10 AM   #4
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3607Reputation: 3607Reputation: 3607Reputation: 3607Reputation: 3607Reputation: 3607Reputation: 3607Reputation: 3607Reputation: 3607Reputation: 3607Reputation: 3607
If you upgrade OpenSSH you best upgrade both daemon and client packages. If there's more dependencies this could possibly upgrade OpenSSL as well.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
sshd (openssh) issue. The_mystiC Linux - Software 3 11-03-2005 09:06 AM
Concepts/Security types/ Setup: OpenSSH/sshd/ssh/scp/sftp Caud Pong Linux - Security 5 09-23-2004 07:51 AM
Problems with sshd in openssh-3.9p1 Solaris.M.K.A Linux - Newbie 2 09-06-2004 01:43 AM
SuSE 8.2 sshd/networking issue.. silasm Linux - Networking 0 03-31-2004 07:20 PM
putty and openssh issue Robin01 Linux - Newbie 6 12-02-2003 07:32 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Security

All times are GMT -5. The time now is 12:58 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration