aboutsummaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
authorKenny Ballou <kb@devnulllabs.io>2023-08-10 10:07:58 -0600
committerKenny Ballou <kb@devnulllabs.io>2023-08-10 10:07:58 -0600
commite84b4d25bf38b1fea1ceb1b99163f09d59ae23b3 (patch)
tree4eac2a38d891aafd0e1ba2a79ba4a0ed2b6c21bd /systems
parenta4922254a685d6f71e0c0b1cb14ff481e7e31891 (diff)
downloaddotfiles-e84b4d25bf38b1fea1ceb1b99163f09d59ae23b3.tar.gz
dotfiles-e84b4d25bf38b1fea1ceb1b99163f09d59ae23b3.tar.xz
systems: yak: disable password ssh authentication
Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
Diffstat (limited to 'systems')
-rw-r--r--systems/yak.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/systems/yak.scm b/systems/yak.scm
index 3653427c..04027266 100644
--- a/systems/yak.scm
+++ b/systems/yak.scm
@@ -143,7 +143,7 @@
(service openssh-service-type
(openssh-configuration
(x11-forwarding? #f)
- (password-authentication? #t)
+ (password-authentication? #f)
(permit-root-login 'prohibit-password)))
(nftables-service "yak")
(service singularity-service-type)