search for: packet_debug

Displaying 8 results from an estimated 8 matches for "packet_debug".

2003 Jan 06
6
ssh 3.1p1 problems on SX-6...
Hello, We are porting openssh-3.1p1 onto SX-6 running on SuperUX. We landed into problem when we started running sshd with the default encryption settings. As you would have already seen on this mailing list. Basically we are facing two problems (both client and servers run on SX):- 1) If the we use the default encryption algorithm aes128-cbc then we get a Bad Packet length problem on
2009 Mar 04
1
Yet another "none" request
Does anyone have a patch (doesn't have to be official) to enable the "none" cipher? I need to examine some wire protocol stuff ---- Scott Neugroschl XYPRO Technologies scott_n at xypro.com 805-583-2874 x133
2007 Dec 20
1
a newbie sshd debugging question
Hi everyone I'm in the process of porting ssh2 to Plan 9, but there's a problem. I can currently log in and run a few commands, but after a very small number of commands (or simply striking return a few times), the server tells the client that we sent a bad packet size and we exit. To debug this, I've got the client showing the plaintext packets it's sending, but I don't know
2011 Feb 02
0
Porting openssh to Windows natively
...itting commands, using password authentication.? What I am having trouble is the interactive sessions.? At first I thought the unix side is hung because nothing responds on my telnet terminal ( I am telnetting to the unix box, then test the ssh connection from there).? However, after turning on the PACKET_DEBUG on my ssh server, I realize that every keystroke being pressed at the terminal was sent across the wire.? (Is this what is called by a raw mode?).? and the command was actually received by my WIndows SSHD.? And also, the "enter" keystroke was not recognised by the server as a command subm...
2003 Aug 06
1
Reg. openssh-3.51p1/packet.c (function packet_send2())
Hi, Will really appreciate for any comments on the below: 1. According to draft-ietf-secsh-transport-16.txt (section 4), each packet must be of the following format: uint32 packet_length byte padding_length byte[n1] payload; n1 = packet_length - padding_length - 1 byte[n2] random padding; n2 = padding_length byte[m] mac (message authentication code); m = mac_length However, since
2001 Dec 16
1
Timing glitch during startup of forwarded connection?
...between opening the connection and sending the first POP command caused the problem to vanish. I then tried debugging ssh instead, with the same results: AFAICT, ssh is sending the first data packet on, but nothing comes back, if there is too little delay before the packet is sent. Building with PACKET_DEBUG enabled suppresses the problem, evidently because executing buffer_dump a couple of times provides the necessary delay. (Commenting out the calls to buffer_dump in packet.c allows the problem to come back, even with -v -v -v. The debug trace shows no indication of trouble.) The sshd connection i...
2007 Sep 11
11
[Bug 1360] New: Connection aborted on large data -R transfer
http://bugzilla.mindrot.org/show_bug.cgi?id=1360 Summary: Connection aborted on large data -R transfer Product: Portable OpenSSH Version: 4.7p1 Platform: Other OS/Version: Linux Status: NEW Severity: major Priority: P2 Component: ssh AssignedTo: bitbucket at mindrot.org ReportedBy: t8m at
2008 Aug 27
1
5.1p1 doesn't work, 5.0p1 works fine
5.1p1 disconnects after the password prompt when connecting to my router and UPS. 5.1p1 connects fine to other unix hosts, and my Windows client connects fine to 5.1p1 servers. 5.0p1 works fine everywhere. I've tried ssh -T, ssh -t, permutations with ssh -o Compression=no -o TCPKeepAlive=no, etc, to no avail. I've used the default ssh_config file, and it still fails. Can anyone