Skip to content

Commit 0fcf6a5

Browse files
authored
version bump and hash update
1 parent 6797313 commit 0fcf6a5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
-----
99

10-
**Version:** v0.71
10+
**Version:** v0.72
1111

1212
**Last Updated:** 2025-10-20
1313

@@ -24,7 +24,7 @@ This script automates the initial setup and security hardening of a fresh Debian
2424

2525
## Features
2626

27-
* **Secure User Management**: Creates a new `sudo` user and disables root SSH access.
27+
* **Secure User Management**: Creates a new `sudo` user and disables root SSH access. Optionally installs a custom .bashrc for enhanced terminal experience.
2828
* **SSH Hardening**: Configures a custom SSH port, enforces key-based authentication, and applies security best practices.
2929
* **Firewall Configuration**: Sets up UFW with secure defaults and customizable rules.
3030
* **Intrusion Prevention**: Installs and configures **Fail2Ban** to block malicious IPs.
@@ -87,12 +87,12 @@ sha256sum du_setup.sh
8787

8888
Compare the output hash to the one below. They must match exactly.
8989

90-
`dfc27413d157a29510f2f516cf594a9940942ec8622d292d94a3936b4490a2a6`
90+
`e402db17ee1738ec96b2f4e2bcd1d1756df8b6a7e49de0953681a49f7f42fe18`
9191

9292
Or echo the hash to check, it should output: `du_setup.sh: OK`
9393

9494
```bash
95-
echo dfc27413d157a29510f2f516cf594a9940942ec8622d292d94a3936b4490a2a6 du_setup.sh | sha256sum --check
95+
echo e402db17ee1738ec96b2f4e2bcd1d1756df8b6a7e49de0953681a49f7f42fe18 du_setup.sh | sha256sum --check
9696
```
9797

9898
### 3. Run the Script

0 commit comments

Comments
 (0)