about summary refs log tree commit diff
path: root/nixos/tests/borgbackup.nix
diff options
context:
space:
mode:
authorDaniel Frank <git@danielfrank.net>2022-01-15 13:51:28 +0100
committerDaniel Frank <git@danielfrank.net>2022-01-18 13:58:33 +0100
commit11b2191b74c0a8b6bf30fc1136033321a2ea1b96 (patch)
tree721851447ad70abeb03c4fd0d83f10a8ff3e39b4 /nixos/tests/borgbackup.nix
parent6d985ef1744ba2d2c3eacf269af52bd3eaf58f93 (diff)
openssh: Update tests to use new option name
Diffstat (limited to 'nixos/tests/borgbackup.nix')
-rw-r--r--nixos/tests/borgbackup.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/borgbackup.nix b/nixos/tests/borgbackup.nix
index cbb28689209b8..d3cd6c66bfebe 100644
--- a/nixos/tests/borgbackup.nix
+++ b/nixos/tests/borgbackup.nix
@@ -106,7 +106,7 @@ in {
       services.openssh = {
         enable = true;
         passwordAuthentication = false;
-        challengeResponseAuthentication = false;
+        kbdInteractiveAuthentication = false;
       };
 
       services.borgbackup.repos.repo1 = {