diff options
Diffstat (limited to 'src/infrastructure/config/ssh.conf')
-rw-r--r-- | src/infrastructure/config/ssh.conf | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/infrastructure/config/ssh.conf b/src/infrastructure/config/ssh.conf deleted file mode 100644 index ca41df0..0000000 --- a/src/infrastructure/config/ssh.conf +++ /dev/null @@ -1,6 +0,0 @@ -Host * - ServerAliveInterval 30 - ServerAliveCountMax 20 - ControlMaster auto - ControlPath ${XDG_STATE_HOME}/ssh/conn/%r@%h:%p - ControlPersist 1h |