diff options
author | EuAndreh <eu@euandre.org> | 2022-03-29 13:07:28 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-03-29 13:07:28 -0300 |
commit | 0bcc1ce96d7bab8ba4d716dc00f6b9bbe362864f (patch) | |
tree | 8edf9fd6f890971f1764998cbdd425e86b15ec0e | |
parent | src/infrastructure/machines.scm: Rename ssh.conf -> sshd.conf (diff) | |
download | toph-0bcc1ce96d7bab8ba4d716dc00f6b9bbe362864f.tar.gz toph-0bcc1ce96d7bab8ba4d716dc00f6b9bbe362864f.tar.xz |
src/infrastructure/machines.scm: Remove "Host" entry from sshd.conf
-rw-r--r-- | src/infrastructure/machines.scm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/infrastructure/machines.scm b/src/infrastructure/machines.scm index 4aa5372..7b3e5ee 100644 --- a/src/infrastructure/machines.scm +++ b/src/infrastructure/machines.scm @@ -16,10 +16,6 @@ ClientAliveInterval 30 ClientAliveCountMax 20 MaxSessions 20 - - Host suyin - HostName ch-s010.rsync.net - User 16686 """#) (define profile-extra |