diff options
| author | Anton Bobov <anton@bobov.name> | 2023-08-27 22:27:46 +0500 |
|---|---|---|
| committer | Anton Bobov <anton@bobov.name> | 2023-08-27 22:27:46 +0500 |
| commit | 47139223493040b51f6d4168bad7b993b5e7a2b2 (patch) | |
| tree | 98cfcf175019fe66e92797bb9ead621323e3c22c | |
| parent | af7ede6091ac4c6ecc5f525b861af7a2bc375848 (diff) | |
Updates
| -rw-r--r-- | files/.ssh/config | 2 | ||||
| -rw-r--r-- | install.conf.yaml | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/files/.ssh/config b/files/.ssh/config index e85a280..581d4b9 100644 --- a/files/.ssh/config +++ b/files/.ssh/config @@ -4,9 +4,11 @@ HashKnownHosts no # Enable automatic connection multiplexing by default. ControlMaster auto ControlPath ~/.ssh/.control.%n.%p.%r +ControlPersist 60m ServerAliveInterval 60 TCPKeepAlive yes Compression yes +ExitOnForwardFailure yes # http://petereisentraut.blogspot.com/2012/04/setting-time-zone-on-remote-ssh-hosts.html SendEnv LANG LC_* TZ diff --git a/install.conf.yaml b/install.conf.yaml index 52e4d63..dbaa934 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -21,7 +21,6 @@ ~/.eget.toml: files/.eget.toml ~/.lessfilter.sh: files/.lessfilter.sh ~/.psqlrc: files/.psqlrc - ~/.reminders: files/.reminders ~/.task: files/.task ~/.taskrc: files/.taskrc ~/.vit: files/.vit |
