diff options
author | EuAndreh <eu@euandre.org> | 2022-03-29 13:07:12 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-03-29 13:07:12 -0300 |
commit | b87aca486bb7ca038050a65c1ebfed56cb11919c (patch) | |
tree | 20df74ee49bacb119fc7d90eb2cf14691d6bda79 | |
parent | src/infrastructure/machines.scm: Add p.arrobaponto.org with HTTP basic auth (diff) | |
download | toph-b87aca486bb7ca038050a65c1ebfed56cb11919c.tar.gz toph-b87aca486bb7ca038050a65c1ebfed56cb11919c.tar.xz |
src/infrastructure/machines.scm: Rename ssh.conf -> sshd.conf
-rw-r--r-- | src/infrastructure/machines.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/infrastructure/machines.scm b/src/infrastructure/machines.scm index 89d2a7c..4aa5372 100644 --- a/src/infrastructure/machines.scm +++ b/src/infrastructure/machines.scm @@ -12,7 +12,7 @@ (gnu services web)) -(define ssh.conf #"""- +(define sshd.conf #"""- ClientAliveInterval 30 ClientAliveCountMax 20 MaxSessions 20 @@ -272,7 +272,7 @@ (subsystems '()) (log-level 'verbose) (authorized-keys authorized-keys) - (extra-content ssh.conf))) + (extra-content sshd.conf))) (service dhcp-client-service-type) (service mcron-service-type (mcron-configuration |