Displaying 2 results from an estimated 2 matches for "maxdisplays".
Did you mean:
max_displays
2016 Jun 02
2
MaxDisplays configuration option
...l
ports due to a hard coded range check in channels.c that limits the port
range that sshd will attempt to bind. Today this is set at 1000:
channels.c:152:#define MAX_DISPLAYS 1000
I have made changes to OpenSSH portable that allow this setting to be
configured via an option in sshd_config named MaxDisplays. If not
explicitly set, it maintains the default value of 1000.
It seems to me that this setting should be configurable by the user similar
to how X11DisplayOffset is configurable. I've read the code carefully and
am currently using this patch in my production environment without any
issues. I...
2016 Jun 02
6
[Bug 2580] New: Support for MaxDisplays to replace artificial MAX_DISPLAYS limit
https://bugzilla.mindrot.org/show_bug.cgi?id=2580
Bug ID: 2580
Summary: Support for MaxDisplays to replace artificial
MAX_DISPLAYS limit
Product: Portable OpenSSH
Version: 7.2p1
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: sshd
Assignee: una...