summaryrefslogtreecommitdiffstats
path: root/modules/borg/files
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-03-25 21:01:23 -0400
committerJesse Luehrs <doy@tozt.net>2021-03-25 21:01:23 -0400
commit6c81e1b01e0850be93419b68d4c61529de519d2a (patch)
tree0dfdd5574b16cbb03dd819f8c3186572c86ab846 /modules/borg/files
parentd8f2b5669bb53f4a60979601ddd966f8c5ae12af (diff)
downloadpuppet-tozt-6c81e1b01e0850be93419b68d4c61529de519d2a.tar.gz
puppet-tozt-6c81e1b01e0850be93419b68d4c61529de519d2a.zip
refactor
Diffstat (limited to 'modules/borg/files')
-rw-r--r--modules/borg/files/sshd_config5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/borg/files/sshd_config b/modules/borg/files/sshd_config
new file mode 100644
index 0000000..76c199b
--- /dev/null
+++ b/modules/borg/files/sshd_config
@@ -0,0 +1,5 @@
+Match User borg
+ ClientAliveInterval 10
+ ClientAliveCountMax 30
+
+# vim:ft=sshdconfig