commit de3a83a4d97f5d570c3f71d943ee7f6ef21412bc
parent 76f32d7208a23ee35479fa43c982f518e0ab8562
Author: vin <git@vineetk.net>
Date: Thu, 9 Apr 2026 11:36:40 -0400
demiurge, hastur: remove openssh listen addresses because its through inetd
Diffstat:
2 files changed, 2 insertions(+), 9 deletions(-)
diff --git a/epistemia/systems/demiurge.scm b/epistemia/systems/demiurge.scm
@@ -159,11 +159,7 @@
(permit-root-login #f)
(authorized-keys
`(("vin" ,(local-file "/data/ssh/id_ed25519.pub"))
- ("root" ,(local-file "/data/ssh/id_ed25519.pub"))))
- (extra-content "\
- ListenAddress 127.0.0.1:22
- ListenAddress 192.168.1.2:22
- ListenAddress 10.0.13.2:22")))
+ ("root" ,(local-file "/data/ssh/id_ed25519.pub"))))))
(service unbound-service-type
(unbound-configuration
(server
diff --git a/epistemia/systems/hastur.scm b/epistemia/systems/hastur.scm
@@ -172,10 +172,7 @@ rpz:
(permit-root-login #f)
(authorized-keys
`(("vin" ,(local-file "/data/ssh/id_ed25519.pub"))
- ("root" ,(local-file "/data/ssh/id_ed25519.pub"))))
- (extra-content "\
- ListenAddress 127.0.0.1:22
- ListenAddress 10.0.13.3:22\n")))
+ ("root" ,(local-file "/data/ssh/id_ed25519.pub"))))))
(service wireguard-service-type
(wireguard-configuration
(interface "wg0")