|
1 | 1 | # Change Log |
2 | 2 |
|
| 3 | +## [v2.1.0](https://github.com/dev-sec/chef-ssh-hardening/tree/v2.1.0) (2017-04-19) |
| 4 | +[Full Changelog](https://github.com/dev-sec/chef-ssh-hardening/compare/v2.0.0...v2.1.0) |
| 5 | + |
| 6 | +**Implemented enhancements:** |
| 7 | + |
| 8 | +- Suse support missing in metadata [\#170](https://github.com/dev-sec/chef-ssh-hardening/issues/170) |
| 9 | + |
| 10 | +**Merged pull requests:** |
| 11 | + |
| 12 | +- Add Support for Extra Configuration Options [\#173](https://github.com/dev-sec/chef-ssh-hardening/pull/173) ([bdwyertech](https://github.com/bdwyertech)) |
| 13 | +- Authorized keys custom path [\#172](https://github.com/dev-sec/chef-ssh-hardening/pull/172) ([lubomir-kacalek](https://github.com/lubomir-kacalek)) |
| 14 | +- Add suse to the supported list in metadata [\#171](https://github.com/dev-sec/chef-ssh-hardening/pull/171) ([artem-sidorenko](https://github.com/artem-sidorenko)) |
| 15 | +- Removal of apt/yum cookbooks from tests [\#169](https://github.com/dev-sec/chef-ssh-hardening/pull/169) ([artem-sidorenko](https://github.com/artem-sidorenko)) |
| 16 | + |
3 | 17 | ## [v2.0.0](https://github.com/dev-sec/chef-ssh-hardening/tree/v2.0.0) (2017-02-06) |
4 | 18 | [Full Changelog](https://github.com/dev-sec/chef-ssh-hardening/compare/v1.3.0...v2.0.0) |
5 | 19 |
|
6 | 20 | **Implemented enhancements:** |
7 | 21 |
|
8 | 22 | - Send and Accept locale environment variables [\#167](https://github.com/dev-sec/chef-ssh-hardening/pull/167) ([mikemoate](https://github.com/mikemoate)) |
9 | | -- Use different algorithms depending on the ssh version [\#166](https://github.com/dev-sec/chef-ssh-hardening/pull/166) ([artem-sidorenko](https://github.com/artem-sidorenko)) |
10 | | -- Avoid small primes for DH and allow rebuild of DH primes [\#163](https://github.com/dev-sec/chef-ssh-hardening/pull/163) ([artem-sidorenko](https://github.com/artem-sidorenko)) |
11 | 23 | - Removal of DSA key from defaults [\#161](https://github.com/dev-sec/chef-ssh-hardening/pull/161) ([artem-sidorenko](https://github.com/artem-sidorenko)) |
12 | 24 | - Allow log level configuration of sshd [\#159](https://github.com/dev-sec/chef-ssh-hardening/pull/159) ([artem-sidorenko](https://github.com/artem-sidorenko)) |
13 | | -- Switch UsePAM default to yes [\#157](https://github.com/dev-sec/chef-ssh-hardening/pull/157) ([artem-sidorenko](https://github.com/artem-sidorenko)) |
14 | 25 | - Split the attribues to the client and server areas [\#150](https://github.com/dev-sec/chef-ssh-hardening/pull/150) ([artem-sidorenko](https://github.com/artem-sidorenko)) |
15 | 26 | - Attribute namespace \['ssh-hardening'\] added [\#144](https://github.com/dev-sec/chef-ssh-hardening/pull/144) ([artem-sidorenko](https://github.com/artem-sidorenko)) |
16 | 27 | - Add node attributes to override KEX, MAC and cipher values [\#141](https://github.com/dev-sec/chef-ssh-hardening/pull/141) ([bazbremner](https://github.com/bazbremner)) |
| 28 | +- Use different algorithms depending on the ssh version [\#166](https://github.com/dev-sec/chef-ssh-hardening/pull/166) ([artem-sidorenko](https://github.com/artem-sidorenko)) |
| 29 | +- Avoid small primes for DH and allow rebuild of DH primes [\#163](https://github.com/dev-sec/chef-ssh-hardening/pull/163) ([artem-sidorenko](https://github.com/artem-sidorenko)) |
| 30 | +- Switch UsePAM default to yes [\#157](https://github.com/dev-sec/chef-ssh-hardening/pull/157) ([artem-sidorenko](https://github.com/artem-sidorenko)) |
17 | 31 |
|
18 | 32 | **Fixed bugs:** |
19 | 33 |
|
20 | 34 | - IPv6 is not working still if its enabled [\#140](https://github.com/dev-sec/chef-ssh-hardening/issues/140) |
21 | 35 |
|
22 | 36 | **Closed issues:** |
23 | 37 |
|
24 | | -- Verify the current crypto settings [\#162](https://github.com/dev-sec/chef-ssh-hardening/issues/162) |
25 | 38 | - Possibly missing locale handling [\#160](https://github.com/dev-sec/chef-ssh-hardening/issues/160) |
| 39 | +- Verify the current crypto settings [\#162](https://github.com/dev-sec/chef-ssh-hardening/issues/162) |
26 | 40 | - Error message about DSA key on RHEL 7 [\#158](https://github.com/dev-sec/chef-ssh-hardening/issues/158) |
27 | 41 | - Attributes should be in the own namespace ssh-hardening [\#142](https://github.com/dev-sec/chef-ssh-hardening/issues/142) |
28 | 42 | - Move entire crypto parameter configuration in tests to the centralized place [\#137](https://github.com/dev-sec/chef-ssh-hardening/issues/137) |
|
0 commit comments