about summary refs log tree commit diff
path: root/ops/machines/whitby/default.nix
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2022-10-02T13·41+0300
committerclbot <clbot@tvl.fyi>2022-10-02T14·19+0000
commite255aff8492b4d3f1c5e6e95e4074aa7aae12514 (patch)
tree42cb84dd36cd2630cc3eb2fbd4fffebfd1fa67c4 /ops/machines/whitby/default.nix
parentb5cf6b148c46441cd19831e59ca5e273717b2957 (diff)
chore(ops/whitby): use renamed 'kbdInteractiveAuthentication' option r/5017
Relates to b/200

Change-Id: Ica7a32e3d2392aba22c2de93cc9be49c4a57eeb9
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6838
Autosubmit: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
Reviewed-by: sterni <sternenseemann@systemli.org>
Diffstat (limited to '')
-rw-r--r--ops/machines/whitby/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ops/machines/whitby/default.nix b/ops/machines/whitby/default.nix
index 0ded1df099..9566181459 100644
--- a/ops/machines/whitby/default.nix
+++ b/ops/machines/whitby/default.nix
@@ -213,7 +213,7 @@ in
   services.openssh = {
     enable = true;
     passwordAuthentication = false;
-    challengeResponseAuthentication = false;
+    kbdInteractiveAuthentication = false;
   };
 
   # Configure secrets for services that need them.