update openssh config

This commit is contained in:
Freya Murphy 2024-10-22 22:30:48 -04:00
parent a3fa655a05
commit bece464df6
Signed by: freya
GPG key ID: 744AB800E383AE52

View file

@ -222,7 +222,14 @@
(service elogind-service-type) (service elogind-service-type)
(service dbus-root-service-type) (service dbus-root-service-type)
; openssh ; openssh
(service openssh-service-type)) (service openssh-service-type
(openssh-configuration
(permit-root-login #t)
(allow-empty-passwords? #t)
(password-authentication? #f)
(public-key-authentication? #t)
(x11-forwarding? #t)
(allow-tcp-forwarding? #t))))
;; append guix base services ;; append guix base services
(modify-services %base-services (modify-services %base-services
(guix-service-type config => (guix-service-type config =>