]> Frank Brehm's Git Trees - config/ns3/etc.git/commitdiff
saving uncommitted changes in /etc prior to apt run
authorFrank Brehm <frank@brehm-online.com>
Tue, 14 Jan 2025 12:24:08 +0000 (13:24 +0100)
committerFrank Brehm <frank@brehm-online.com>
Tue, 14 Jan 2025 12:24:08 +0000 (13:24 +0100)
.etckeeper
gitconfig

index a11d1e79b0ae69811da9daa32800d6bdb7c12608..fd72a770b78406e6493d0ec4e2b956f14171f677 100755 (executable)
@@ -46,6 +46,7 @@ mkdir -p './salt/pki/master/minions_rejected'
 mkdir -p './salt/proxy.d'
 mkdir -p './security/limits.d'
 mkdir -p './security/namespace.d'
+mkdir -p './skel/.ssh/known_hosts.d'
 mkdir -p './skel/bin'
 mkdir -p './ssh/ssh_config.d'
 mkdir -p './ssh/sshd_config.d'
@@ -1953,6 +1954,8 @@ maybe chmod 0755 'skel'
 maybe chmod 0644 'skel/.bash_logout'
 maybe chmod 0644 'skel/.bashrc'
 maybe chmod 0644 'skel/.profile'
+maybe chmod 0700 'skel/.ssh'
+maybe chmod 0755 'skel/.ssh/known_hosts.d'
 maybe chmod 0755 'skel/bin'
 maybe chmod 0755 'ssh'
 maybe chmod 0644 'ssh/moduli'
index 116cef767df58411351cbb4e7e637a0f34b99e24..598ca0f6b01cc2620995c469935830b03b25079f 100644 (file)
--- a/gitconfig
+++ b/gitconfig
@@ -9,3 +9,5 @@
        ui = true
 [pager]
        branch = false
+[core]
+       pager = less -RF