Skip to content

Commit 3e29a86

Browse files
committed
1.1.0
Signed-off-by: Dominik Richter <[email protected]>
1 parent dc893db commit 3e29a86

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 1.1.0
4+
5+
* feature: UsePrivilegeSeparation = sandbox for ssh >= 5.9
6+
* feature: Debian 8 support
7+
* feature: UseDNS configuration option
8+
* feature: allow/deny users/groups configuration options
9+
* feature: MOTD configuration option
10+
* bugfix: adjust travis to work with chef12/ruby2
11+
312
## 1.0.3
413

514
* improvement: reprioritize EtM-based MACs

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,12 @@ If you find this isn't enough, feel free to activate the attributes `cbc_require
169169
* Bernhard Weisshuhn (a.k.a. bernhorst) [bkw](https://github.com/bkw)
170170
* Patrick Meier [atomic111](https://github.com/atomic111)
171171
* Edmund Haselwanter [ehaselwanter](https://github.com/ehaselwanter)
172+
* Dana Merrick [dmerrick](https://github.com/dmerrick)
173+
* Anton Rieder [aried3r](https://github.com/aried3r)
174+
* Trent Petersen [Rockstar04](https://github.com/Rockstar04)
175+
* Petri Sirkkala [sirkkalap](https://github.com/sirkkalap)
172176
* Jan Klare [jklare](https://github.com/jklare)
177+
* Zac Hallett [zhallett](https://github.com/zhallett)
173178
* Petri Sirkkala [sirkkalap](https://github.com/sirkkalap)
174179
* [stribika](https://github.com/stribika)
175180

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
license "Apache 2.0"
2222
description "Installs/Configures ssh"
2323
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
24-
version "1.0.3"
24+
version "1.1.0"
2525

2626
recipe 'ssh-hardening::default', 'installs and configures ssh client and server'
2727
recipe 'ssh-hardening::client', 'install and apply security hardening for ssh client'

0 commit comments

Comments
 (0)