Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Richter <[email protected]>
  • Loading branch information
arlimus committed Apr 28, 2015
1 parent dc893db commit 3e29a86
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 1.1.0

* feature: UsePrivilegeSeparation = sandbox for ssh >= 5.9
* feature: Debian 8 support
* feature: UseDNS configuration option
* feature: allow/deny users/groups configuration options
* feature: MOTD configuration option
* bugfix: adjust travis to work with chef12/ruby2

## 1.0.3

* improvement: reprioritize EtM-based MACs
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,12 @@ If you find this isn't enough, feel free to activate the attributes `cbc_require
* Bernhard Weisshuhn (a.k.a. bernhorst) [bkw](https://github.com/bkw)
* Patrick Meier [atomic111](https://github.com/atomic111)
* Edmund Haselwanter [ehaselwanter](https://github.com/ehaselwanter)
* Dana Merrick [dmerrick](https://github.com/dmerrick)
* Anton Rieder [aried3r](https://github.com/aried3r)
* Trent Petersen [Rockstar04](https://github.com/Rockstar04)
* Petri Sirkkala [sirkkalap](https://github.com/sirkkalap)
* Jan Klare [jklare](https://github.com/jklare)
* Zac Hallett [zhallett](https://github.com/zhallett)
* Petri Sirkkala [sirkkalap](https://github.com/sirkkalap)
* [stribika](https://github.com/stribika)

Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
license "Apache 2.0"
description "Installs/Configures ssh"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "1.0.3"
version "1.1.0"

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

0 comments on commit 3e29a86

Please sign in to comment.