Skip to content

Commit 78515c6

Browse files
buildplanbuildplan
andauthored
SSH hardening safety nets (#102)
* feat(confirm): add optional timeout for confirmation prompts * feat(ssh): update version to 0.80.1 and add SSH key improvements * feat(ssh): enhance SSH port detection to include socket and exclude specific ports * feat(ssh): SSH port configuration and hardening in single drop-in files * feat(ssh): update SSH socket configuration to bind to both IPv4 and IPv6 addresses * prompt formatting * feat(port-validation): enhance port validation check for existing usage and improve error messaging * checksum for v0.80.1 * chore: update version and checksum --------- Co-authored-by: buildplan <hello@buildplan.org>
1 parent de248b4 commit 78515c6

File tree

3 files changed

+172
-133
lines changed

3 files changed

+172
-133
lines changed

README.md

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

88
-----
99

10-
**Version:** v0.80.0
10+
**Version:** v0.80.1
1111

12-
**Last Updated:** 2026-01-19
12+
**Last Updated:** 2026-02-28
1313

1414
**Compatible With:**
1515

@@ -88,12 +88,12 @@ sha256sum du_setup.sh
8888

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

91-
`82c297bc94d295320132fe9630fe085d67bb0f2978bc2c21154810f75337fd73`
91+
`b3245890c8e7caae585dd0a3eebe50d9972d3923daafcc894e2b16b92a4f9d1d`
9292

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

9595
```bash
96-
echo 82c297bc94d295320132fe9630fe085d67bb0f2978bc2c21154810f75337fd73 du_setup.sh | sha256sum --check
96+
echo b3245890c8e7caae585dd0a3eebe50d9972d3923daafcc894e2b16b92a4f9d1d du_setup.sh | sha256sum --check
9797
```
9898

9999
### 3. Run the Script

0 commit comments

Comments
 (0)