diff options
author | EuAndreh <eu@euandre.org> | 2022-11-27 08:22:51 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-11-27 08:22:51 -0300 |
commit | 7fbd0c00b62f81a408e40f3cfefec670a85231ed (patch) | |
tree | ceada8ecaeb2eb98574b0e814138aa4afeca1983 | |
parent | src/infrastructure/: Settle on euandre.org as host-name (diff) | |
download | toph-7fbd0c00b62f81a408e40f3cfefec670a85231ed.tar.gz toph-7fbd0c00b62f81a408e40f3cfefec670a85231ed.tar.xz |
src/infrastructure/ssh.conf: Enable persistent SSH connections
-rw-r--r-- | src/infrastructure/ssh.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/infrastructure/ssh.conf b/src/infrastructure/ssh.conf index 01a55ed..9da47d6 100644 --- a/src/infrastructure/ssh.conf +++ b/src/infrastructure/ssh.conf @@ -1,6 +1,9 @@ Host * ServerAliveInterval 30 ServerAliveCountMax 20 + ControlMaster auto + ControlPath ${XDG_CACHE_HOME}/ssh/conn/%r@%h:%p + ControlPersist 1h Host suyin HostName ch-s010.rsync.net |