From b69b5c43e4d5b159b30fa40182b7f09c7c3cd5a6 Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Sat, 16 Sep 2023 11:26:10 +0200 Subject: [PATCH] hosts/amahl: enable ssh for root --- hosts/amahl/system.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/amahl/system.scm b/hosts/amahl/system.scm index 1fd655a..340906e 100644 --- a/hosts/amahl/system.scm +++ b/hosts/amahl/system.scm @@ -99,7 +99,8 @@ (service openssh-service-type (openssh-configuration - (password-authentication? #f))) + (password-authentication? #f) + (permit-root-login 'prohibit-password))) (service znc-service-type)