From 6bb81a6d9b4a284d5379d689410db2859bc50ded Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Fri, 20 Dec 2024 16:59:08 +0100 Subject: [PATCH] [global] feat: decomission rundeck --- templates/sshd/sshd_config.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/sshd/sshd_config.j2 b/templates/sshd/sshd_config.j2 index 296661e..aa0c6a3 100644 --- a/templates/sshd/sshd_config.j2 +++ b/templates/sshd/sshd_config.j2 @@ -18,7 +18,7 @@ LoginGraceTime 15 MaxSessions 8 PasswordAuthentication no PubkeyAuthentication yes -AllowUsers ansible drone hugo rundeck simon +AllowUsers ansible drone hugo simon VersionAddendum "" IgnoreRhosts yes UseDNS no