Displaying 4 results from an estimated 4 matches for "dpacket_debug".
Did you mean:
packet_debug
2002 Mar 26
0
openssh3.1p1 -- 'ssh' connection gets terminated
...h vsx0 at system2
vsx0 at system2's password:
Last login: Tue Mar 26 09:53:05 2002 from system3.engr.sgi.com
Connection to system2 closed.
==========================================================
Has anyone seen a similar problem before? If so, can anyone help me out
on this? Tried adding -DPACKET_DEBUG flag to compile line to check the
packets. And this was what i found:
Looks like the function 'client_loop' receives a message type of
'SSH2_MSG_CHANNEL_EOF' (packet type 96) from the function
'packet_read_poll2' before receiving the 'motd' message and hence
subseq...
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
2017 Jul 11
7
[Bug 2743] New: ssh with -T hangs putty
https://bugzilla.mindrot.org/show_bug.cgi?id=2743
Bug ID: 2743
Summary: ssh with -T hangs putty
Product: Portable OpenSSH
Version: 7.5p1
Hardware: Other
OS: Other
Status: NEW
Severity: major
Priority: P5
Component: sshd
Assignee: unassigned-bugs at mindrot.org
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