Skip to content

Commit 2e7a893

Browse files
committed
Merge pull request #118 from atomic111/master
change hardening-io to dev-sec domain for build status and code coverage
2 parents 78214a8 + 472b295 commit 2e7a893

File tree

2 files changed

+13
-26
lines changed

2 files changed

+13
-26
lines changed

README.md

+13-16
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# ssh-hardening (Chef cookbook)
22

33
[![Supermarket](http://img.shields.io/cookbook/v/ssh-hardening.svg)][1]
4-
[![Build Status](http://img.shields.io/travis/hardening-io/chef-ssh-hardening.svg)][2]
5-
[![Code Coverage](http://img.shields.io/coveralls/hardening-io/chef-ssh-hardening.svg)][3]
4+
[![Build Status](http://img.shields.io/travis/dev-sec/chef-ssh-hardening.svg)][2]
5+
[![Code Coverage](http://img.shields.io/coveralls/dev-sec/chef-ssh-hardening.svg)][3]
66
[![Dependencies](http://img.shields.io/gemnasium/hardening-io/chef-ssh-hardening.svg)][4]
77
[![Gitter Chat](https://badges.gitter.im/Join%20Chat.svg)][5]
88

@@ -16,11 +16,11 @@ This cookbook provides secure ssh-client and ssh-server configurations.
1616

1717
### Platform
1818

19-
- Debian 6, 7
20-
- Ubuntu 12.04, 14.04
21-
- RHEL 6.4, 6.5, 6.6
22-
- CentOS 6.4, 6.5, 6.6
23-
- OracleLinux 6.4, 6.5, 6.6
19+
- Debian 7, 8
20+
- Ubuntu 12.04, 14.04, 16.04
21+
- RHEL 6.6, 6.7, 7
22+
- CentOS 6.6, 6.7, 7
23+
- OracleLinux 6.6, 6.7, 7
2424

2525
## Attributes
2626

@@ -120,11 +120,11 @@ Configure attributes:
120120
}
121121
}
122122

123-
This will enable the SFTP Server and chroot every user in the `sftpusers` group to the `/home/sftp/%u` directory.
123+
This will enable the SFTP Server and chroot every user in the `sftpusers` group to the `/home/sftp/%u` directory.
124124

125125
## Local Testing
126126

127-
For local testing you can use vagrant and Virtualbox of VMWare to run tests locally. You will have to install Virtualbox and Vagrant on your system. See [Vagrant Downloads](http://downloads.vagrantup.com/) for a vagrant package suitable for your system. For all our tests we use `test-kitchen`. If you are not familiar with `test-kitchen` please have a look at [their guide](http://kitchen.ci/docs/getting-started).
127+
For local testing you can use vagrant and Virtualbox of VMWare to run tests locally. You will have to install Virtualbox and Vagrant on your system. See [Vagrant Downloads](http://downloads.vagrantup.com/) for a vagrant package suitable for your system. For all our tests we use `test-kitchen`. If you are not familiar with `test-kitchen` please have a look at [their guide](http://kitchen.ci/docs/getting-started). We are writing our test with [InSpec](https://github.com/chef/inspec).
128128

129129
Next install test-kitchen:
130130

@@ -136,9 +136,6 @@ bundle install
136136
# Do lint checks
137137
bundle exec rake lint
138138

139-
# Fetch tests
140-
bundle exec thor kitchen:fetch-remote-tests
141-
142139
# fast test on one machine
143140
bundle exec kitchen test default-ubuntu-1204
144141

@@ -200,7 +197,7 @@ See [https://wiki.archlinux.org/index.php/SFTP_chroot](https://wiki.archlinux.or
200197
* Dominik Richter [arlimus](https://github.com/arlimus)
201198
* Christoph Hartmann [chris-rock](https://github.com/chris-rock)
202199
* Bernhard Weisshuhn (a.k.a. bernhorst) [bkw](https://github.com/bkw)
203-
* Patrick Meier [atomic111](https://github.com/atomic111)
200+
* Patrick Munch [atomic111](https://github.com/atomic111)
204201
* Edmund Haselwanter [ehaselwanter](https://github.com/ehaselwanter)
205202
* Dana Merrick [dmerrick](https://github.com/dmerrick)
206203
* Anton Rieder [aried3r](https://github.com/aried3r)
@@ -240,7 +237,7 @@ See the License for the specific language governing permissions and
240237
limitations under the License.
241238

242239
[1]: https://supermarket.getchef.com/cookbooks/ssh-hardening
243-
[2]: http://travis-ci.org/hardening-io/chef-ssh-hardening
244-
[3]: https://coveralls.io/r/hardening-io/chef-ssh-hardening
240+
[2]: http://travis-ci.org/dev-sec/chef-ssh-hardening
241+
[3]: https://coveralls.io/r/dev-sec/chef-ssh-hardening
245242
[4]: https://gemnasium.com/hardening-io/chef-ssh-hardening
246-
[5]: https://gitter.im/hardening-io/general
243+
[5]: https://gitter.im/dev-sec/general

Thorfile

-10
This file was deleted.

0 commit comments

Comments
 (0)