From: martin f. krafft Date: Fri, 19 Sep 2025 11:56:04 +0000 (+0200) Subject: Disable x11vnc ncache X-Git-Url: https://git.madduck.net/etc/ssh.git/commitdiff_plain/4c0e0b88be3894b3ae9d9a2bebf0588588d722b4 Disable x11vnc ncache --- diff --git a/.ssh/config.in b/.ssh/config.in index 2a458ab..8f901d9 100644 --- a/.ssh/config.in +++ b/.ssh/config.in @@ -340,7 +340,7 @@ Host clegg.northdrive.de Match tagged vnc ControlPath none ConnectTimeout 120 - RemoteCommand pkill x11vnc; x11vnc -display :0 -rfbport 5960 -unixsock $XDG_RUNTIME_DIR/x11vnc.%C.sock -nopw -localhost -ncache 4 -repeat -timeout 10 -gone '/usr/bin/xautolock -locknow' + RemoteCommand pkill x11vnc; x11vnc -display :0 -rfbport 5960 -unixsock $XDG_RUNTIME_DIR/x11vnc.%C.sock -nopw -localhost -repeat -timeout 10 -gone '/usr/bin/xautolock -locknow' ### DEFAULTS