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.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