Disabled password authentication by default

master
noah metz 2023-12-03 13:59:48 -07:00
parent afc0f17da0
commit 6f1a7697b9
1 changed files with 2 additions and 1 deletions

@ -251,7 +251,8 @@
(define %metznet-services
(list (service openssh-service-type
(openssh-configuration (extra-content
(openssh-configuration (password-authentication? #f)
(extra-content
"KerberosAuthentication yes")))
(service krb5-service-type %metznet-krb5-config)
(service pam-krb5-service-type