From 1f048c6ac7c3b2d958bf89fea0343f2fb6ed221a Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 21 Feb 2023 20:47:17 -0300 Subject: etc/ssh/config.tmpl: Inline content from ~/dev/libre/servers/ --- etc/ssh/config.tmpl | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'etc/ssh') diff --git a/etc/ssh/config.tmpl b/etc/ssh/config.tmpl index 0e06483..2f57519 100644 --- a/etc/ssh/config.tmpl +++ b/etc/ssh/config.tmpl @@ -1,3 +1,12 @@ -Include ~/dev/libre/servers/src/infrastructure/ssh.conf -Include ~/dev/others/lawtech/src/infrastructure/ssh.conf +Host * + ServerAliveInterval 30 + ServerAliveCountMax 20 + ControlMaster auto + ControlPath ${XDG_STATE_HOME}/ssh/conn/%r@%h:%p + ControlPersist 1h + +Host suyin + HostName ch-s010.rsync.net + User 16686 + Include ${XDG_DATA_HOME}/vm/ssh.conf -- cgit v1.2.3