search for: ssh_packet_send_debug

Displaying 3 results from an estimated 3 matches for "ssh_packet_send_debug".

2017 Oct 13
2
X11forwarding yes: how to debug/setup after xauth fix
...ommand injection when X11Forwarding is enabled. My guess is that AIX is still sending either one of '\n', '\r', or even both. > -d > > diff --git a/packet.c b/packet.c > index f114ea52..5dda4243 100644 > --- a/packet.c > +++ b/packet.c > @@ -1774,6 +1774,8 @@ ssh_packet_send_debug(struct ssh *ssh, const char *fmt,...) > vsnprintf(buf, sizeof(buf), fmt, args); > va_end(args); > > + debug3("sending debug message: %s", buf); > + Will also try this! > if ((r = sshpkt_start(ssh, SSH2_MSG_DEBUG)) != 0 || > (r = sshpkt_put_u8(ssh, 0...
2017 Oct 12
2
X11forwarding yes: how to debug/setup after xauth fix
On 08/10/2017 23:32, Michael Felt wrote: > On 04/10/2017 11:07, Michael Felt wrote: >> I do not often use X11 - but when I do I prefer to enable >> X11forwarding, and when finished - turn it off. This is preferable, >> imho, to having "clear" X11 processing when local - and otherwise >> impossible when working remote. >> >> Working with
2019 Mar 27
26
Call for testing: OpenSSH 8.0
Hi, OpenSSH 8.0p1 is almost ready for release, so we would appreciate testing on as many platforms and systems as possible. Snapshot releases for portable OpenSSH are available from http://www.mindrot.org/openssh_snap/ The OpenBSD version is available in CVS HEAD: http://www.openbsd.org/anoncvs.html Portable OpenSSH is also available via git using the instructions at