angine

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit d74cd5bbdfb0b19b05730d0f136ae9a18bd5196f
parent 98cf627f4acf7b1d85b18bdb4c23a1ce8f81bdb1
Author: Adriel Dumas--Jondeau <leirda@disroot.org>
Date:   Tue, 12 Nov 2024 13:54:38 +0100

Supprime complètement l’authentification par mot de passe

Diffstat:
Mangine/system.scm | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/angine/system.scm b/angine/system.scm @@ -68,6 +68,7 @@ (openssh-configuration (openssh openssh-sans-x) (x11-forwarding? #f) + (password-authentication? #f) (permit-root-login 'prohibit-password) (authorized-keys `(("root" ,(local-file "./angine.pub"))))))