update openssh config
This commit is contained in:
parent
a3fa655a05
commit
bece464df6
1 changed files with 8 additions and 1 deletions
|
@ -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 =>
|
||||||
|
|
Loading…
Reference in a new issue