From 4c0e0b88be3894b3ae9d9a2bebf0588588d722b4 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Fri, 19 Sep 2025 13:56:04 +0200 Subject: [PATCH] Disable x11vnc ncache --- .ssh/config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5