Skip to content
  • Fnordpol's avatar
    configure sshd and git account so that pam is not used any longer · 63fe5716
    Fnordpol authored
    The reason is that some container systems don't run containers with
    CAP_AUDIT_WRITE which is needed for pam. As the comment in sshd_config
    has pointed out pam was used as a Fix because it handles shadow entries
    '!' and '*' differently from ssh. This commit refixes that fix and
    creates the git account with '*' (no password login) and disables pam in
    sshd_config
    
    Fixes #5891
    63fe5716