|
1 | 1 | # Changelog
|
2 | 2 |
|
3 |
| -## [9.3.1](https://github.com/dev-sec/ansible-ssh-hardening/tree/9.3.1) (2020-07-13) |
| 3 | +## [9.4.0](https://github.com/dev-sec/ansible-ssh-hardening/tree/9.4.0) (2020-07-20) |
4 | 4 |
|
5 |
| -[Full Changelog](https://github.com/dev-sec/ansible-ssh-hardening/compare/9.3.0...9.3.1) |
| 5 | +[Full Changelog](https://github.com/dev-sec/ansible-ssh-hardening/compare/9.3.0...9.4.0) |
| 6 | + |
| 7 | +**Implemented enhancements:** |
| 8 | + |
| 9 | +- Add CentOS 8 support for ansible-ssh-hardening [\#247](https://github.com/dev-sec/ansible-ssh-hardening/issues/247) |
| 10 | +- add support for CentOS8 [\#309](https://github.com/dev-sec/ansible-ssh-hardening/pull/309) ([schurzi](https://github.com/schurzi)) |
| 11 | +- README: New section on server port and idempotency [\#307](https://github.com/dev-sec/ansible-ssh-hardening/pull/307) ([nununo](https://github.com/nununo)) |
| 12 | + |
| 13 | +**Fixed bugs:** |
| 14 | + |
| 15 | +- CBC Ciphers should be disabled by default. [\#308](https://github.com/dev-sec/ansible-ssh-hardening/issues/308) |
6 | 16 |
|
7 | 17 | **Closed issues:**
|
8 | 18 |
|
9 | 19 | - Idempotency when changing sshd ports [\#299](https://github.com/dev-sec/ansible-ssh-hardening/issues/299)
|
10 | 20 | - Simplify crypto.yml checks with blocks [\#256](https://github.com/dev-sec/ansible-ssh-hardening/issues/256)
|
11 |
| - |
12 |
| -**Merged pull requests:** |
13 |
| - |
14 |
| -- README: New section on server port and idempotency [\#307](https://github.com/dev-sec/ansible-ssh-hardening/pull/307) ([nununo](https://github.com/nununo)) |
| 21 | +- Possibility for customising host key algorithms? [\#243](https://github.com/dev-sec/ansible-ssh-hardening/issues/243) |
15 | 22 |
|
16 | 23 | ## [9.3.0](https://github.com/dev-sec/ansible-ssh-hardening/tree/9.3.0) (2020-07-09)
|
17 | 24 |
|
|
471 | 478 | - Selinux issue [\#75](https://github.com/dev-sec/ansible-ssh-hardening/issues/75)
|
472 | 479 | - Running the tests locally [\#61](https://github.com/dev-sec/ansible-ssh-hardening/issues/61)
|
473 | 480 |
|
474 |
| -**Closed issues:** |
475 |
| - |
476 |
| -- Applied-Crypto-Hardening project and new cyphers. [\#28](https://github.com/dev-sec/ansible-ssh-hardening/issues/28) |
477 |
| - |
478 | 481 | ## [3.1.0](https://github.com/dev-sec/ansible-ssh-hardening/tree/3.1.0) (2016-08-03)
|
479 | 482 |
|
480 | 483 | [Full Changelog](https://github.com/dev-sec/ansible-ssh-hardening/compare/3.1...3.1.0)
|
|
582 | 585 | **Closed issues:**
|
583 | 586 |
|
584 | 587 | - ssh\_ports - individual client/server config [\#33](https://github.com/dev-sec/ansible-ssh-hardening/issues/33)
|
| 588 | +- Applied-Crypto-Hardening project and new cyphers. [\#28](https://github.com/dev-sec/ansible-ssh-hardening/issues/28) |
585 | 589 | - UsePAM should probably default to yes on Red Hat Linux 7 [\#23](https://github.com/dev-sec/ansible-ssh-hardening/issues/23)
|
586 | 590 |
|
587 | 591 | **Merged pull requests:**
|
|
0 commit comments