From 8bf893ee1f9da7d87dd143d9c82f2d7e5087b197 Mon Sep 17 00:00:00 2001 From: Alex Tavarez Date: Wed, 12 Nov 2025 08:31:47 -0500 Subject: [PATCH] feature: changed to have PAM allowed by default for SSH for MOTD capabilities --- roles/bootstrap/tasks/configure_ssh@linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/bootstrap/tasks/configure_ssh@linux.yml b/roles/bootstrap/tasks/configure_ssh@linux.yml index fdb22fd..4373faf 100644 --- a/roles/bootstrap/tasks/configure_ssh@linux.yml +++ b/roles/bootstrap/tasks/configure_ssh@linux.yml @@ -73,7 +73,7 @@ vars: empty_auth_used: false pass_auth_used: false - pam_auth_used: false + pam_auth_used: true key_auth_used: true tags: - ssh_auth_step