diff options
author | Vincent Ambo <mail@tazj.in> | 2022-10-02T13·41+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2022-10-02T14·19+0000 |
commit | e255aff8492b4d3f1c5e6e95e4074aa7aae12514 (patch) | |
tree | 42cb84dd36cd2630cc3eb2fbd4fffebfd1fa67c4 /ops | |
parent | b5cf6b148c46441cd19831e59ca5e273717b2957 (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 'ops')
-rw-r--r-- | ops/machines/whitby/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ops/machines/whitby/default.nix b/ops/machines/whitby/default.nix index 0ded1df09903..956618145992 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. |