From: martin f. krafft Date: Mon, 18 Aug 2025 07:50:49 +0000 (+0200) Subject: set ncache=4 for x11vnc call X-Git-Url: https://git.madduck.net/etc/ssh.git/commitdiff_plain/6352c6968b7b6b6a725f3b5512f9707f255230c2?ds=inline set ncache=4 for x11vnc call --- diff --git a/.ssh/config.in b/.ssh/config.in index 8f901d9..2a458ab 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 -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 -ncache 4 -repeat -timeout 10 -gone '/usr/bin/xautolock -locknow' ### DEFAULTS