|
1 | 1 | # Changelog
|
2 | 2 |
|
3 |
| -## [9.3.0](https://github.com/dev-sec/ansible-ssh-hardening/tree/9.3.0) (2020-07-06) |
| 3 | +## [9.3.0](https://github.com/dev-sec/ansible-ssh-hardening/tree/9.3.0) (2020-07-09) |
4 | 4 |
|
5 | 5 | [Full Changelog](https://github.com/dev-sec/ansible-ssh-hardening/compare/9.2.0...9.3.0)
|
6 | 6 |
|
7 | 7 | **Implemented enhancements:**
|
8 | 8 |
|
9 | 9 | - Add support for X11 configuration [\#297](https://github.com/dev-sec/ansible-ssh-hardening/issues/297)
|
| 10 | +- fix typo in hardening.yml [\#304](https://github.com/dev-sec/ansible-ssh-hardening/pull/304) ([schurzi](https://github.com/schurzi)) |
10 | 11 | - allow customization of X11Forwarding [\#300](https://github.com/dev-sec/ansible-ssh-hardening/pull/300) ([divialth](https://github.com/divialth))
|
11 | 12 |
|
12 | 13 | **Fixed bugs:**
|
13 | 14 |
|
14 | 15 | - fix package install in tests [\#301](https://github.com/dev-sec/ansible-ssh-hardening/pull/301) ([rndmh3ro](https://github.com/rndmh3ro))
|
15 | 16 |
|
| 17 | +**Closed issues:** |
| 18 | + |
| 19 | +- Typo in hardening.yml [\#303](https://github.com/dev-sec/ansible-ssh-hardening/issues/303) |
| 20 | +- Task create sshd\_config and set permissions fails [\#302](https://github.com/dev-sec/ansible-ssh-hardening/issues/302) |
| 21 | + |
16 | 22 | ## [9.2.0](https://github.com/dev-sec/ansible-ssh-hardening/tree/9.2.0) (2020-06-25)
|
17 | 23 |
|
18 | 24 | [Full Changelog](https://github.com/dev-sec/ansible-ssh-hardening/compare/9.1.1...9.2.0)
|
|
451 | 457 | - Selinux issue [\#75](https://github.com/dev-sec/ansible-ssh-hardening/issues/75)
|
452 | 458 | - Running the tests locally [\#61](https://github.com/dev-sec/ansible-ssh-hardening/issues/61)
|
453 | 459 |
|
454 |
| -**Closed issues:** |
455 |
| - |
456 |
| -- Applied-Crypto-Hardening project and new cyphers. [\#28](https://github.com/dev-sec/ansible-ssh-hardening/issues/28) |
457 |
| - |
458 | 460 | ## [3.1.0](https://github.com/dev-sec/ansible-ssh-hardening/tree/3.1.0) (2016-08-03)
|
459 | 461 |
|
460 | 462 | [Full Changelog](https://github.com/dev-sec/ansible-ssh-hardening/compare/3.1...3.1.0)
|
|
562 | 564 | **Closed issues:**
|
563 | 565 |
|
564 | 566 | - ssh\_ports - individual client/server config [\#33](https://github.com/dev-sec/ansible-ssh-hardening/issues/33)
|
| 567 | +- Applied-Crypto-Hardening project and new cyphers. [\#28](https://github.com/dev-sec/ansible-ssh-hardening/issues/28) |
565 | 568 | - UsePAM should probably default to yes on Red Hat Linux 7 [\#23](https://github.com/dev-sec/ansible-ssh-hardening/issues/23)
|
566 | 569 |
|
567 | 570 | **Merged pull requests:**
|
|
0 commit comments