Ethical Hacking Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package. | Computer Forensics Training at InfoSec Institute Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors. |

| Subject: | sshd hangs after SSH2_MSG_KEXINIT sent - Fedora Core 5 update |
|---|---|
| Date: | Mon, 05 Feb 2007 17:33:12 -0500 |
Hello-
I am having a strange problem ever since we applied the Fedora Core 5
update to the Openssh RPM's. Ever since the update when some users
connect thru a NAT gateway to the NAT'ed server the connection hangs.
This occurs only for some combinations of firewalls. Below is all the
information I could gather on the subject. Has anyone had this same
problem and found a solution?
The setup is as follows:
ssh server <---Nat firewall #1 <--Internet <--Nat firewall #2<--ssh
client
Firewall #1 is an OpenBSD gateway running m0n0wall and the Firewall #2
depends on which client is connecting.
Only on some client firewalls the problem arises that the connection
hangs after the server sends the SSH2_MSG_KEXINIT.
-- yum upgrades --
Jan 04 11:45:24 Updated: openssh-askpass.x86_64 4.3p2-4.11.fc5
Jan 04 11:45:29 Updated: openssh-server.x86_64 4.3p2-4.11.fc5
Jan 04 11:45:37 Updated: openssh-clients.x86_64 4.3p2-4.11.fc5
Jan 04 11:47:39 Updated: openssh.x86_64 4.3p2-4.11.fc5
-- sshd server logs --
Feb 5 17:07:17 jeeves sshd[21270]: debug1: rexec start in 4 out 4
newsock 4 pipe 6 sock 7
Feb 5 17:07:17 jeeves sshd[20894]: debug1: Forked child 21270.
Feb 5 17:07:17 server sshd[21270]: debug1: inetd sockets after dupping:
3, 3
Feb 5 17:07:17 server sshd[21270]: Connection from xxx.xxx.xxx.xxx port
62175
Feb 5 17:07:17 server sshd[21270]: debug1: Client protocol version 2.0;
client software version OpenSSH_4.2
Feb 5 17:07:17 server sshd[21270]: debug1: match: OpenSSH_4.2 pat OpenSSH*
Feb 5 17:07:17 server sshd[21270]: debug1: Enabling compatibility mode
for protocol 2.0
Feb 5 17:07:17 server sshd[21270]: debug1: Local version string
SSH-2.0-OpenSSH_4.3
Feb 5 17:07:17 server sshd[21271]: debug1: permanently_set_uid: 74/74
Feb 5 17:07:17 server sshd[21271]: debug1: list_hostkey_types:
ssh-rsa,ssh-dss
Feb 5 17:07:17 server sshd[21271]: debug1: SSH2_MSG_KEXINIT sent
-- sshd packet logs --
No. Time Source Destination Protocol
Info
1 0.000000 client-ip-address server-ip-address
TCP 50938 > ssh [FIN, ACK] Seq=0 Ack=0 Win=65535 Len=0
TSV=326215631 TSER=277581882
2 0.000006 server-ip-address client-ip-address
TCP ssh > 50938 [ACK] Seq=0 Ack=4294966560 Win=46 Len=0
TSV=277653781 TSER=326215487 SLE=0 SRE=1
3 0.939549 client-ip-address server-ip-address
TCP 57188 > ssh [SYN] Seq=0 Len=0 MSS=1460 WS=0
TSV=326215633 TSER=0
4 0.939576 server-ip-address client-ip-address
TCP ssh > 57188 [SYN, ACK] Seq=0 Ack=1 Win=741376 Len=0
MSS=1460 TSV=277654721 TSER=326215633 WS=7
5 0.941794 client-ip-address server-ip-address
TCP 57188 > ssh [ACK] Seq=1 Ack=1 Win=65535 Len=0
TSV=326215633 TSER=277654721
6 0.951588 server-ip-address client-ip-address
SSHv2 Server Protocol: SSH-1.99-OpenSSH_4.3
7 0.955164 client-ip-address server-ip-address
TCP 57188 > ssh [ACK] Seq=1 Ack=22 Win=65535 Len=0
TSV=326215633 TSER=277654733
8 0.956787 client-ip-address server-ip-address
SSHv2 Client Protocol: SSH-2.0-OpenSSH_4.2
9 0.956802 server-ip-address client-ip-address
TCP ssh > 57188 [ACK] Seq=22 Ack=21 Win=5888 Len=0
TSV=277654738 TSER=326215633
10 0.957918 server-ip-address client-ip-address
SSHv2 Server: Key Exchange Init[Packet size limited during
capture]
11 0.961538 client-ip-address server-ip-address
TCP 57188 > ssh [ACK] Seq=21 Ack=726 Win=65535 Len=0
TSV=326215633 TSER=277654739
12 48.095708 server-ip-address client-ip-address
TCP ssh > 50938 [FIN, ACK] Seq=0 Ack=4294966560 Win=46 Len=0
TSV=277701878 TSER=326215487 SLE=0 SRE=1
13 48.121979 client-ip-address server-ip-address
TCP 50938 > ssh [FIN, ACK] Seq=0 Ack=1 Win=65535 Len=0
TSV=326215727 TSER=277701878
14 48.122001 server-ip-address client-ip-address
TCP [TCP ACKed lost segment] ssh > 50938 [RST] Seq=1 Len=0
15 48.460033 client-ip-address server-ip-address
TCP [TCP Previous segment lost] 57188 > ssh [FIN, ACK]
Seq=757 Ack=726 Win=65535 Len=0 TSV=326215728 TSER=277654739
16 48.460043 server-ip-address client-ip-address
TCP [TCP Dup ACK 10#1] ssh > 57188 [ACK] Seq=726 Ack=21
Win=5888 Len=0 TSV=277702242 TSER=326215633 SLE=757 SRE=758
-- ssh client logs --
debug1: Reading configuration data /etc/ssh_config
debug1: Connecting to server [xxx.xxx.xxx.xxx] port 22.
debug1: Connection established.
debug1: identity file /Users/xxxxx/.ssh/identity type -1
debug1: identity file /Users/xxxxx/.ssh/id_rsa type 1
debug1: identity file /Users/xxxxx/.ssh/id_dsa type -1
debug1: Remote protocol version 2.0, remote software version OpenSSH_4.3
debug1: match: OpenSSH_4.3 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_4.2
debug1: Miscellaneous failure
No credentials cache found
debug1: Miscellaneous failure
No credentials cache found
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-cbc hmac-md5 none
debug1: kex: client->server aes128-cbc hmac-md5 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
-- ssh client packet logs --
No. Time Source Destination Protocol
Info
1 0.000000 client-ip-address server-ip-address
TCP 51475 > ssh [SYN] Seq=0 Ack=0 Win=65535 Len=0 MSS=1460 WS=0
TSV=326210863 TSER=0
2 0.006043 server-ip-address client-ip-address
TCP ssh > 51475 [SYN, ACK] Seq=0 Ack=1 Win=5792 Len=0 MSS=1460
TSV=275222302 TSER=326210863 WS=7
3 0.006132 client-ip-address server-ip-address
TCP 51475 > ssh [ACK] Seq=1 Ack=1 Win=65535 Len=0 TSV=326210863
TSER=275222302
4 0.016366 server-ip-address client-ip-address
SSHv2 Server Protocol: SSH-2.0-OpenSSH_4.3
5 0.016483 client-ip-address server-ip-address
TCP 51475 > ssh [ACK] Seq=1 Ack=21 Win=65535 Len=0 TSV=326210863
TSER=275222312
6 0.017673 client-ip-address server-ip-address
SSHv2 Client Protocol: SSH-2.0-OpenSSH_4.2
7 0.021603 server-ip-address client-ip-address
TCP ssh > 51475 [ACK] Seq=21 Ack=21 Win=5888 Len=0 TSV=275222317
TSER=326210863
8 0.024625 server-ip-address client-ip-address
SSHv2 Server: Key Exchange Init[Short Frame]
9 0.024721 client-ip-address server-ip-address
TCP 51475 > ssh [ACK] Seq=21 Ack=725 Win=65535 Len=0 TSV=326210863
TSER=275222318
10 0.152480 client-ip-address server-ip-address
SSHv2 Client: Key Exchange Init[Short Frame]
11 0.155474 server-ip-address client-ip-address
ICMP Destination unreachable (Host unreachable)
12 1.551705 client-ip-address server-ip-address
SSHv2 [TCP Retransmission] Client: Key Exchange Init
13 4.552823 client-ip-address server-ip-address
SSHv2 [TCP Retransmission] Client: Key Exchange Init
14 10.554255 client-ip-address server-ip-address
SSHv2 [TCP Retransmission] Client: Key Exchange Init
15 22.556332 client-ip-address server-ip-address
SSHv2 [TCP Retransmission] Encrypted request packet len=736
16 46.559552 client-ip-address server-ip-address
SSHv2 [TCP Retransmission] Encrypted request packet len=736
17 51.549655 client-ip-address server-ip-address
TCP 51475 > ssh [FIN, ACK] Seq=757 Ack=725 Win=65535 Len=0
TSV=326210966 TSER=275222318
18 51.555941 server-ip-address client-ip-address
TCP [TCP Dup ACK 7#1] ssh > 51475 [ACK] Seq=725 Ack=21 Win=5888
Len=0 TSV=275273850 TSER=326210863 SLE=757 SRE=758
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | No credentials cache found, Noah |
|---|---|
| Next by Date: | Re: sshd hangs after SSH2_MSG_KEXINIT sent - Fedora Core 5 update, Darren Tucker |
| Previous by Thread: | No credentials cache found, Noah |
| Next by Thread: | Re: sshd hangs after SSH2_MSG_KEXINIT sent - Fedora Core 5 update, Darren Tucker |
| Indexes: | [Date] [Thread] [Top] [All Lists] |