balg02: Disable root logins over ssh

This commit is contained in:
Collin J. Doering 2024-04-10 23:11:53 -04:00
parent a480bb6b21
commit d3a58bb2e6
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 0 additions and 1 deletions

View File

@ -108,7 +108,6 @@
(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"))