You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ This script is the main hardening script that performs the following tasks:
15
15
- Updates the SSH daemon (sshd) to listen on a custom port (defined by `$NEW_SSH_PORT`)
16
16
- Configures firewall rules using UFW (Uncomplicated Firewall) or iptables based on a specified input file
17
17
- Creates a backup admin user with sudo access for emergency purposes
18
-
- Logs script actions to a file for future reference and troubleshooting
18
+
- 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)
19
19
- Generates the `croncheck.sh` script and `cronline.txt` file for periodic system checks
20
20
- Manages system services by displaying enabled and running services and allowing the user to selectively disable non-needed services
0 commit comments