diff options
-rw-r--r-- | src/infrastructure/ssh.conf | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/infrastructure/ssh.conf b/src/infrastructure/ssh.conf deleted file mode 100644 index 0b0c78a..0000000 --- a/src/infrastructure/ssh.conf +++ /dev/null @@ -1,10 +0,0 @@ -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 |