File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
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+
317## [ v2.2.1] ( https://github.com/dev-sec/chef-ssh-hardening/tree/v2.2.1 ) (2017-08-22)
418[ Full Changelog] ( https://github.com/dev-sec/chef-ssh-hardening/compare/v2.2.0...v2.2.1 )
519
Original file line number Diff line number Diff line change 2222license 'Apache-2.0'
2323description 'This cookbook installs and provides secure ssh and sshd configurations.'
2424long_description IO . read ( File . join ( File . dirname ( __FILE__ ) , 'README.md' ) )
25- version '2.2.1 '
25+ version '2.3.0 '
2626
2727chef_version '>= 12.5' if respond_to? ( :chef_version )
2828
You can’t perform that action at this time.
0 commit comments