From 3bd8330d10b945511f38535d9977a80f24854222 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 16 Aug 2024 21:17:51 -0300 Subject: Add config files and install them under $(SYSCONFDIR) --- src/ssh.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/ssh.conf (limited to 'src/ssh.conf') 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 -- cgit v1.2.3