From d98b2ebd22a1a43a2cbf4e5cbbf171d0a5dda62e Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 23 Jul 2024 12:45:16 +0300 Subject: [PATCH] crontab: workaround nordvpn breaking ssh remotely --- var/spool/cron/root | 3 +++ 1 file changed, 3 insertions(+) diff --git a/var/spool/cron/root b/var/spool/cron/root index 44e95acd..785e8f57 100644 --- a/var/spool/cron/root +++ b/var/spool/cron/root @@ -1,3 +1,6 @@ +# Workaround it appearing to break SSH especially on family PC +@reboot /bin/bash -c "/bin/nordvpn set killswitch off;/usr/bin/systemctl disable --now nordvpnd.{service.socket} --quiet" + # Ensure /etc/sysctl.d/ gets read @reboot /usr/sbin/sysctl -p --system >/dev/null 2>&1