diff options
author | Halfwalker <deano-gitea@areyes.com> | 2024-12-21 18:45:27 -0700 |
---|---|---|
committer | Nicholas Johnson <mail@nicholasjohnson.ch> | 2025-01-29 00:00:00 +0000 |
commit | 3be5cf7a475b084f1aec03eb98c20fd4beb06e3520691304719d83b8c4273c17 (patch) | |
tree | 946265296137853bd31800a81123a7e293918e7dac0798a4da5a3a9435bdc5d2 | |
parent | 926ed183259c6bb28245153b70aa6d28ff1f604d160d648e6c4b5fabaf1d029e (diff) | |
download | ansible-role-google-authenticator-3be5cf7a475b084f1aec03eb98c20fd4beb06e3520691304719d83b8c4273c17.tar.gz ansible-role-google-authenticator-3be5cf7a475b084f1aec03eb98c20fd4beb06e3520691304719d83b8c4273c17.zip |
Use KbdInteractiveAuthentication - ChallengeResponseAuthentication is deprecated
-rw-r--r-- | tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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: |