hosts/amahl: enable ssh for root
This commit is contained in:
parent
1dda96a8ef
commit
b69b5c43e4
1 changed files with 2 additions and 1 deletions
|
@ -99,7 +99,8 @@
|
||||||
|
|
||||||
(service openssh-service-type
|
(service openssh-service-type
|
||||||
(openssh-configuration
|
(openssh-configuration
|
||||||
(password-authentication? #f)))
|
(password-authentication? #f)
|
||||||
|
(permit-root-login 'prohibit-password)))
|
||||||
|
|
||||||
(service znc-service-type)
|
(service znc-service-type)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue