fix ssh related tests

As letting sshd active will mess with others scripts later
This commit is contained in:
damien cavagnini
2025-08-05 15:09:10 +02:00
parent f0075600e1
commit d587fc3e97
25 changed files with 50 additions and 0 deletions

View File

@@ -127,4 +127,6 @@ test_audit() {
userdel janeallow
userdel peterdeny
userdel marrydeny
describe Clean test
pkill -9 sshd
}