ssh: Add ansible user to the allowed list

Signed-off-by: Noah Knegt <git@noahknegt.com>
This commit is contained in:
2023-02-27 17:41:17 +01:00
parent 230dde1a9b
commit 35f1f7154a

View File

@@ -5,7 +5,7 @@ Port {{ ssh_port | default(22) }}
Protocol 2
# Authentication:
AllowUsers {{ ssh_users | default("noahk") }}
AllowUsers {{ ssh_users | default("noahk ansible") }}
ChallengeResponseAuthentication no
HostbasedAuthentication no
LoginGraceTime 120