summaryrefslogtreecommitdiff
path: root/src/ssh.conf
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-08-16 21:17:51 -0300
committerEuAndreh <eu@euandre.org>2024-08-16 21:17:51 -0300
commit3bd8330d10b945511f38535d9977a80f24854222 (patch)
tree7d99f3f4e325761b2a2bf1076f72a25e54ff7c2a /src/ssh.conf
parentdeps.mk: Add src/cronjob entry (diff)
downloadsyskeep-3bd8330d10b945511f38535d9977a80f24854222.tar.gz
syskeep-3bd8330d10b945511f38535d9977a80f24854222.tar.xz
Add config files and install them under $(SYSCONFDIR)
Diffstat (limited to 'src/ssh.conf')
-rw-r--r--src/ssh.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ssh.conf b/src/ssh.conf
new file mode 100644
index 0000000..ca41df0
--- /dev/null
+++ b/src/ssh.conf
@@ -0,0 +1,6 @@
+Host *
+ ServerAliveInterval 30
+ ServerAliveCountMax 20
+ ControlMaster auto
+ ControlPath ${XDG_STATE_HOME}/ssh/conn/%r@%h:%p
+ ControlPersist 1h