search for: 5dda4243

Displaying 2 results from an estimated 2 matches for "5dda4243".

2017 Oct 13
2
X11forwarding yes: how to debug/setup after xauth fix
...se-7.2p2 * sshd(8): sanitise X11 authentication credentials to avoid xauth command 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! &...
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