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
All notable changes to this project will be documented in this file.
4
+
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
+
7
+
## v1.0.6 - 2024-04-13
8
+
9
+
### Changed
10
+
11
+
- Improved documentation of code.
12
+
13
+
## v1.0.5 - 2022-07-13
14
+
15
+
### Changed
16
+
17
+
- Changed how the variables used to change the color of output text, are formatted, in the hopes of increasing portability.
18
+
- Exit codes beyond 1, were reverted back to 1.
19
+
20
+
## v1.0.4 - 2022-07-10
21
+
22
+
### Changed
23
+
24
+
- Modified exit codes.
25
+
26
+
## v1.0.3 - 2020-12-01
27
+
28
+
### Changed
29
+
30
+
- Changed some of the output text.
31
+
32
+
### Fixed
33
+
34
+
- Added missing variable to `echo`, resulting in the text color to remain cyan.
35
+
36
+
## v1.0.2 - N/A
37
+
38
+
### Added
39
+
40
+
- Added error catching when attempting to download lynis
41
+
42
+
### Fixed
43
+
44
+
- Fixed mistyped environmental variable from 'USER_SUDO' to 'SUDO_USER'
All notable changes to this project will be documented in this file.
4
+
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
+
7
+
## v1.0.6 - 2024-04-13
8
+
9
+
### Changed
10
+
11
+
- Improved documentation of code.
12
+
13
+
## v1.0.5 - 2022-07-13
14
+
15
+
### Changed
16
+
17
+
- Changed how the variables used to change the color of output text, are formatted, in the hopes of increasing portability.
18
+
- Exit codes beyond 1, were reverted back to 1.
19
+
20
+
## v1.0.4 - 2022-07-10
21
+
22
+
### Changed
23
+
24
+
- Modified exit codes.
25
+
- No longer backs up `/etc/shadow`.
26
+
27
+
## v1.0.3 - 2020-12-01
28
+
29
+
### Changed
30
+
31
+
- Changed commenting style.
32
+
33
+
### Fixed
34
+
35
+
- Added missing variable to `echo`, resulting in the text color to remain cyan.
36
+
37
+
## v1.0.2 - N/A
38
+
39
+
### Changed
40
+
41
+
- Changed placement of `read -p "We will now disable the root account. Press [Enter] to continue."`.
All notable changes to this project will be documented in this file.
4
+
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
+
7
+
## v1.1.3 - 2024-04-13
8
+
9
+
### Changed
10
+
11
+
- Improved documentation and comments of code.
12
+
13
+
## v1.1.1 - 2022-07-13
14
+
15
+
### Changed
16
+
17
+
- Changed how the variables used to change the color of output text, are formatted, in the hopes of increasing portability.
18
+
- Exit codes beyond 1, were reverted back to 1.
19
+
- Other efficiency changes.
20
+
21
+
## v1.1.0 - 2022-07-10
22
+
23
+
### Added
24
+
25
+
- Sets `KbdInteractiveAuthentication` to `KbdInteractiveAuthentication no`.
26
+
- This setting is introduced in Ubuntu 22.04, seeming to replace `ChallengeResponseAuthentication`.
27
+
- Asks if the end user would like to overwrite the existing backup of `sshd_config`, if it exists.
28
+
29
+
### Changed
30
+
31
+
- Modified exit codes.
32
+
- Modified the output text, depending on whether the specific configurations have already been set.
33
+
- Updated the flags and regex used by `sed` to set the configurations.
34
+
35
+
## v1.0.3 - 2020-12-01
36
+
37
+
### Changed
38
+
39
+
- Changed commenting style.
40
+
41
+
### Fixed
42
+
43
+
- Added missing variable to `echo`, resulting in the text color to remain cyan.
44
+
45
+
## v1.0.2 - N/A
46
+
47
+
### Added
48
+
49
+
- Checks if `sshd_config` exists before attempting to modify the file.
0 commit comments