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: hardening/SSHD Hardening/CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
+
## v2.0.0 - 2024-08-15
8
+
9
+
Complete rewrite of the script. Below are just some of the differences in the new version.
10
+
11
+
### Added
12
+
13
+
- Can catch common error signals.
14
+
- Output is now colored to better differentiate between different types of messages.
15
+
16
+
### Changes
17
+
18
+
- Improved the script's structure.
19
+
- Improved regex and replacement of sshd configurations.
20
+
- Improved error handling.
21
+
- The script has been renamed to `harden-sshd.bash`.
0 commit comments