Skip to content

Commit

Permalink
Merge pull request #55 from barracuda-cloudgen-access/fix-pam-auth
Browse files Browse the repository at this point in the history
Fix PAM auth for hardening script
  • Loading branch information
GMartinez-Sisti authored and tventura-cuda committed Mar 22, 2023
2 parents 326a130 + 5668b2d commit 535297d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shared/scripts/harden-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ tee "${TMP_DIR}"/playbook.yml <<EOF
- ssh_hardening
- os_hardening
vars:
os_auth_pam_sssd_enable: false
ssh_max_auth_retries: "${SSH_MAX_AUTH_RETRIES}"
ssh_permit_root_login: "${SSH_PERMIT_ROOT_LOGIN}"
ssh_server_password_login: ${SSH_SERVER_PASSWORD_LOGIN}
Expand Down

0 comments on commit 535297d

Please sign in to comment.