V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m17s
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m17s
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -691,7 +691,7 @@ software:
|
|||||||
# ssh
|
# ssh
|
||||||
#
|
#
|
||||||
##############################################################################################################################
|
##############################################################################################################################
|
||||||
### Installed by 4480_hardening_virus.sh
|
### Installed by 4490_hardening_virus.sh
|
||||||
##############################################################################################################################
|
##############################################################################################################################
|
||||||
# chkrootkit
|
# chkrootkit
|
||||||
# clamav
|
# clamav
|
||||||
|
|||||||
@@ -755,8 +755,8 @@ if grep -Eq '^[[:space:]]*account[[:space:]]+required[[:space:]]+pam_access[.]so
|
|||||||
' /etc/pam.d/sshd >| "${tmp}"
|
' /etc/pam.d/sshd >| "${tmp}"
|
||||||
test -s "${tmp}"
|
test -s "${tmp}"
|
||||||
mv -f "${tmp}" /etc/pam.d/sshd
|
mv -f "${tmp}" /etc/pam.d/sshd
|
||||||
|
rm -f "${tmp}" || :
|
||||||
fi
|
fi
|
||||||
rm -f "${tmp}" || :
|
|
||||||
:
|
:
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user