hosts/amahl: enable ssh for root

This commit is contained in:
Timotej Lazar 2023-09-16 11:26:10 +02:00
parent 1dda96a8ef
commit b69b5c43e4

View file

@ -99,7 +99,8 @@
(service openssh-service-type (service openssh-service-type
(openssh-configuration (openssh-configuration
(password-authentication? #f))) (password-authentication? #f)
(permit-root-login 'prohibit-password)))
(service znc-service-type) (service znc-service-type)