Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fulco committed May 10, 2024
1 parent 0506f25 commit e5ea2d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This script is the main hardening script that performs the following tasks:
- Updates the SSH daemon (sshd) to listen on a custom port (defined by `$NEW_SSH_PORT`)
- Configures firewall rules using UFW (Uncomplicated Firewall) or iptables based on a specified input file
- Creates a backup admin user with sudo access for emergency purposes
- Logs script actions to a file for future reference and troubleshooting
- Logs script actions to a file for future reference and troubleshooting (default log file: `/var/log/userkiller.log`, can be changed with an optional argument)
- Generates the `croncheck.sh` script and `cronline.txt` file for periodic system checks
- Manages system services by displaying enabled and running services and allowing the user to selectively disable non-needed services

Expand Down

0 comments on commit e5ea2d7

Please sign in to comment.