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:
Collin J. Doering 2024-04-09 14:17:55 -04:00
parent 8b0daea1d7
commit 7604b00ae3
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 2 additions and 0 deletions

View File

@ -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"))