Quantcast
Channel: BOT24
Viewing all articles
Browse latest Browse all 8064

LinuxChiro

$
0
0
LinuxChiro
==========

Posture checking and correcting for Linux

What it checks/fixes:
 - Files/folders for permissions and/or ownership
 - Config files for correct option/value settings (separator can be specified)
   - Ex: "PermitEmptyPasswords no" in sshd_config or "net.ipv4.tcp_syncookies = 1" in /etc/sysctl.conf
 - Service checks (Running and Starup Configs)

Core functionality:
- Examination  - Audit things to be fixed, things already fixed or the status of all
- Prescription - Produces a list of what commands that should be run to resolve issues
- Adjustment   - Fix issues interactively (locally) and non-interactively (locally/remotely)
- Insurance    - Backs up things before making each change and creates a list of commands to run to easily undo changes

more here........https://github.com/johnculkin/LinuxChiro

Viewing all articles
Browse latest Browse all 8064

Trending Articles