From 9c134741415aeae2e31eefc50e551135d23eecf1 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Fri, 26 Nov 2021 08:46:11 +0100 Subject: [PATCH] saving uncommitted changes in /etc prior to apt run --- ssh/ssh_config | 1 + sysctl.conf | 2 ++ 2 files changed, 3 insertions(+) diff --git a/ssh/ssh_config b/ssh/ssh_config index 66b0d87..ffb6a83 100644 --- a/ssh/ssh_config +++ b/ssh/ssh_config @@ -50,6 +50,7 @@ Host * # ControlPath /tmp/ssh_mux_%h_%p_%r # ControlPersist 2h # SendEnvs LANG LC_* + # UserKnownHostsFile ~/.ssh/known_hosts.d/%k HashKnownHosts no GSSAPIAuthentication yes ForwardAgent yes diff --git a/sysctl.conf b/sysctl.conf index bd112aa..c5110c5 100644 --- a/sysctl.conf +++ b/sysctl.conf @@ -66,3 +66,5 @@ # for what other values do #kernel.sysrq=438 +fs.inotify.max_user_watches = 524288 + -- 2.39.5