From 3be5cf7a475b084f1aec03eb98c20fd4beb06e3520691304719d83b8c4273c17 Mon Sep 17 00:00:00 2001 From: Halfwalker Date: Sat, 21 Dec 2024 18:45:27 -0700 Subject: Use KbdInteractiveAuthentication - ChallengeResponseAuthentication is deprecated --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index d01f776..8b889ad 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -192,7 +192,7 @@ # # For google authenticator # - ChallengeResponseAuthentication yes + KbdInteractiveAuthentication yes - name: Modify sshd_config to force use of google authenticator ansible.builtin.copy: -- cgit v1.2.3