search for: x11_chanid

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

Did you mean: x11_chanids
2005 Sep 19
4
[Bug 1086] X forwarding won't start when a command is executed in background
http://bugzilla.mindrot.org/show_bug.cgi?id=1086 Summary: X forwarding won't start when a command is executed in background Product: Portable OpenSSH Version: 4.2p1 Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: sshd AssignedTo:
2016 Jun 02
2
MaxDisplays configuration option
...14:01.820052926 -0400 +++ openssh-portable-maxdisplays/session.c 2016-06-01 21:14:22.980053858 -0400 @@ -2701,8 +2701,9 @@ return 0; } if (x11_create_display_inet(options.x11_display_offset, - options.x11_use_localhost, s->single_connection, - &s->display_number, &s->x11_chanids) == -1) { + options.x11_use_localhost, options.max_displays, + s->single_connection, &s->display_number, + &s->x11_chanids) == -1) { debug("x11_create_display_inet failed."); return 0; }