diff options
Diffstat (limited to 'etc/ssh')
-rw-r--r-- | etc/ssh/config.tmpl | 13 |
1 files changed, 11 insertions, 2 deletions
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 |