From 6a8554d144f2db94a38f195d1b3258fb1dd57793 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 21 Feb 2023 20:46:55 -0300 Subject: src/infrastructure/ssh.conf: Move to dotfiles --- src/infrastructure/ssh.conf | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 src/infrastructure/ssh.conf (limited to 'src') 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 -- cgit v1.2.3