File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#! /bin/bash
22#
3- # A script for installing and running lynis with recommended options.
3+ # This script downloads a security auditing tool called Lynis, designed to scan a system
4+ # and identify security issues, and provides recommendations on how to better secure it.
5+ # Lynis, unless an error is encountered, will always be downloaded to the user's root
6+ # directory (/home/USERNAME/).
47#
58# Version: v1.0.6
69# License: MIT License
Original file line number Diff line number Diff line change 11#! /bin/bash
22#
3- # Locks the root account and erases it's current password.
3+ # This script locks and removes the root account's password (if one is set). This
4+ # prevents users from successfully logging into the root account via su. Note that it
5+ # doesn't prevent users from becoming root via methods such as sudo su.
46#
57# Version: v1.0.6
68# License: MIT License
Original file line number Diff line number Diff line change 11#! /bin/bash
22#
3- # Hardens sshd by modifying the configurations of '/etc/ssh/sshd_config'.
3+ # This script hardens the sshd-server, by modifying it's configuration file
4+ # (sshd_config).
45#
56# Note: This configures sshd_config to the recommendations of the security auditing tool
67# knonw as Lynis (https://github.com/CISOfy/lynis).
You can’t perform that action at this time.
0 commit comments