balg02: openssh: permit root login with key; enable agent-forwarding
* .guix/guix-na/config/balg02.scm: This is in response to feedback provided by Pjotr and Arun.
This commit is contained in:
parent
8b0daea1d7
commit
7604b00ae3
@ -108,6 +108,8 @@
|
||||
(service openssh-service-type
|
||||
(openssh-configuration
|
||||
(password-authentication? #f)
|
||||
(permit-root-login 'prohibit-password)
|
||||
(allow-agent-forwarding? #t)
|
||||
(authorized-keys
|
||||
`(("auto" ,(local-file "../../../.pubkeys/deploy-key.pub"))
|
||||
("collin" ,(local-file "../../../.pubkeys/collin.pub"))
|
||||
|
Loading…
Reference in New Issue
Block a user