[Bug 1682] verbose log message unclear when X11 forwarding denied

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Fri Apr 17 16:49:06 AEST 2015


https://bugzilla.mindrot.org/show_bug.cgi?id=1682

Damien Miller <djm at mindrot.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|unassigned-bugs at mindrot.org |djm at mindrot.org
                 CC|                            |djm at mindrot.org,
                   |                            |dtucker at zip.com.au
   Attachment #2595|                            |ok?(dtucker at zip.com.au)
              Flags|                            |

--- Comment #1 from Damien Miller <djm at mindrot.org> ---
Created attachment 2595
  --> https://bugzilla.mindrot.org/attachment.cgi?id=2595&action=edit
debug log missing $DISPLAY when ForwardX11

This adds:

+       if (display == NULL && options.forward_x11)
+               debug("X11 forwarding requested but DISPLAY not set");

which might give users some clue of what is happening

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.


More information about the openssh-bugs mailing list