diff options
author | EuAndreh <eu@euandre.org> | 2023-02-21 20:46:55 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-10 17:43:53 -0300 |
commit | 6a8554d144f2db94a38f195d1b3258fb1dd57793 (patch) | |
tree | 312764002e532a1d34df5f5a6badc8807e45d372 | |
parent | system.scm: Fix position of -r REPO argument for backup job (diff) | |
download | server-6a8554d144f2db94a38f195d1b3258fb1dd57793.tar.gz server-6a8554d144f2db94a38f195d1b3258fb1dd57793.tar.xz |
src/infrastructure/ssh.conf: Move to dotfiles
-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 |