search for: setup_x11fwd

Displaying 2 results from an estimated 2 matches for "setup_x11fwd".

2017 Oct 13
2
X11forwarding yes: how to debug/setup after xauth fix
...29, Michael Felt wrote: > This verifies it is xauth related: > > debug3: sending debug message: No xauth program; cannot forward with > spoofing. > > so, added an extra debug - and this is what I see: > > debug1: session_input_channel_req: session 0 req x11-req > debug3: setup_x11fwd: xauth_location == /usr/X11R6/bin/xauth > debug3: sending debug message: No xauth program; cannot forward with > spoofing. > ... > And, I expect noone from IBM has ever said anything - as they still > use OpenSSH-6.0 as a base, although they are also using OpenSSH-7.1, > both o...
2017 Oct 13
2
X11forwarding yes: how to debug/setup after xauth fix
...bly give you the reason it fails. You could > try to wheedle it out of PuTTY, I'll try an iptrace trace - to see what putty is masking with XXXXX. > apply the patch below to have it shown > at LogLevel=debug3 or try to guess which of one of likely ones it is > from session.c:session_setup_x11fwd() > >> packet_send_debug("X11 forwarding disabled in user configuration file."); >> packet_send_debug("X11 forwarding disabled in server configuration file."); >> packet_send_debug("No xauth program; cannot forward with spoofing."); >> packet...