about summary refs log tree commit diff
path: root/ops/machines
diff options
context:
space:
mode:
authorsterni <sternenseemann@systemli.org>2023-03-30T16·22+0200
committerclbot <clbot@tvl.fyi>2023-04-11T14·29+0000
commitfaa45f076dd84c6c8b288cc8d518e9711f04b036 (patch)
tree4bcce8b7144636e10404f85f761e2a5ec4007b04 /ops/machines
parentcf32ab1c9cde062fe7f84d30feefccb1ab45c9c2 (diff)
chore: adapt to ssh option renames r/6094
Change-Id: I6fc2aaefe40e449bd1937bb68f3a2ab4abaa5cd0
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8372
Reviewed-by: tazjin <tazjin@tvl.su>
Autosubmit: sterni <sternenseemann@systemli.org>
Reviewed-by: grfn <grfn@gws.fyi>
Tested-by: BuildkiteCI
Diffstat (limited to 'ops/machines')
-rw-r--r--ops/machines/whitby/default.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/ops/machines/whitby/default.nix b/ops/machines/whitby/default.nix
index 2d3209a676..7ca7402071 100644
--- a/ops/machines/whitby/default.nix
+++ b/ops/machines/whitby/default.nix
@@ -213,8 +213,10 @@ in
   programs.mosh.enable = true;
   services.openssh = {
     enable = true;
-    passwordAuthentication = false;
-    kbdInteractiveAuthentication = false;
+    settings = {
+      PasswordAuthentication = false;
+      KbdInteractiveAuthentication = false;
+    };
   };
 
   # Configure secrets for services that need them.