BordenCastle Admin
BordenCastle Admin
auditctl might not be pointing to auditd, but another process. Without this var option the handler to restart auditd will fail, since in some cases auditd should not be started....
@uk-bolly This fixes the failing test as well with the main.tf change..... TASK [/github/workspace : Check rhel7stig_bootloader_password_hash variable has been changed] *** ok: [centos7] => { "changed": false, "msg": "All...
Just checking back to see if you want to fix all the failing tests. I think I can fix the remainder, but I think it would be good to accept...
(?i)^#?.?IgnoreRhosts Would match: ``` IgnoreRhosts #IgnoreRhosts # IgnoreRhosts ``` Might want to lock it in more though so it wouldn't match something like IgnoreRhosts22 or IIgnoreRhosts: ``` (?i)^#?\ ?w*IgnoreRhosts\b ```
Something like this may get 1/3 of the way there, but still does not verify the password. Not sure there is a safe way to pass in a password to...
The fix for me was to install sshpass on the the node the playbook was running against, which also required epel-release: ``` yum install epel-release yum install sshpass ```
apk add socat apk add openssl is what I have been using for awhile. Might resolve this line in your issue. [Sun May 28 02:57:14 UTC 2023] socat doesn't exist.
This is a very annoying issue if you want to download artifacts from Artifactory as well. If I pass in the Artifactory url it shouldn't slice my url, and then...
Thanks. I just set JENKINS_UC_DOWNLOAD to https://artifactory.example.com/artifactory/ and created a virtual repo from there at the default path to my Jenkins plugin remote repo. I'm fine with it querying the...
Forgot to mention this was with Datacenter and I’ve used this fix for two upgrades. The default server.xml file has two context paths and it can’t update context path on...