File tree 2 files changed +15
-1
lines changed
2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ v2.3.0] ( https://github.com/dev-sec/chef-ssh-hardening/tree/v2.3.0 ) (2017-12-19)
4
+ [ Full Changelog] ( https://github.com/dev-sec/chef-ssh-hardening/compare/v2.2.1...v2.3.0 )
5
+
6
+ ** Closed issues:**
7
+
8
+ - remove ripemd from MAC list [ \# 185] ( https://github.com/dev-sec/chef-ssh-hardening/issues/185 )
9
+ - allowtcpforwarding with sftp enabled is declared twice [ \# 182] ( https://github.com/dev-sec/chef-ssh-hardening/issues/182 )
10
+
11
+ ** Merged pull requests:**
12
+
13
+ - remove ripemd from MAC list [ \# 186] ( https://github.com/dev-sec/chef-ssh-hardening/pull/186 ) ([ atomic111] ( https://github.com/atomic111 ) )
14
+ - Allow password authentification for sftp [ \# 184] ( https://github.com/dev-sec/chef-ssh-hardening/pull/184 ) ([ avanier] ( https://github.com/avanier ) )
15
+ - Fix Extra Configuration [ \# 183] ( https://github.com/dev-sec/chef-ssh-hardening/pull/183 ) ([ bdwyertech] ( https://github.com/bdwyertech ) )
16
+
3
17
## [ v2.2.1] ( https://github.com/dev-sec/chef-ssh-hardening/tree/v2.2.1 ) (2017-08-22)
4
18
[ Full Changelog] ( https://github.com/dev-sec/chef-ssh-hardening/compare/v2.2.0...v2.2.1 )
5
19
Original file line number Diff line number Diff line change 22
22
license 'Apache-2.0'
23
23
description 'This cookbook installs and provides secure ssh and sshd configurations.'
24
24
long_description IO . read ( File . join ( File . dirname ( __FILE__ ) , 'README.md' ) )
25
- version '2.2.1 '
25
+ version '2.3.0 '
26
26
27
27
chef_version '>= 12.5' if respond_to? ( :chef_version )
28
28
You can’t perform that action at this time.
0 commit comments