From b0003b5c6931c6ee2abf9138150ac6f83deed1b0 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Mon, 25 Mar 2019 14:10:25 +0100 Subject: Allow blacklist to be disabled There might be multiple clients using a single IP (e.g. NAT), which can make the blacklist do more harm than good. So add a setting to disable it if needed. --- unix/xserver/hw/vnc/Xvnc.man | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'unix/xserver') diff --git a/unix/xserver/hw/vnc/Xvnc.man b/unix/xserver/hw/vnc/Xvnc.man index 99916501..9c8a8891 100644 --- a/unix/xserver/hw/vnc/Xvnc.man +++ b/unix/xserver/hw/vnc/Xvnc.man @@ -231,6 +231,11 @@ GnuTLS priority string that controls the TLS session’s handshake algorithms. See the GnuTLS manual for possible values. Default is \fBNORMAL\fP. . .TP +.B \-UseBlacklist +Temporarily reject connections from a host if it repeatedly fails to +authenticate. Default is on. +. +.TP .B \-BlacklistThreshold \fIcount\fP The number of unauthenticated connection attempts allowed from any individual host before that host is black-listed. Default is 5. -- cgit v1.2.3