Skip to content

change hardening-io to dev-sec domain for build status and code coverage #118

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 3, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 13 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# ssh-hardening (Chef cookbook)

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

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

### Platform

- Debian 6, 7
- Ubuntu 12.04, 14.04
- RHEL 6.4, 6.5, 6.6
- CentOS 6.4, 6.5, 6.6
- OracleLinux 6.4, 6.5, 6.6
- Debian 7, 8
- Ubuntu 12.04, 14.04, 16.04
- RHEL 6.6, 6.7, 7
- CentOS 6.6, 6.7, 7
- OracleLinux 6.6, 6.7, 7

## Attributes

Expand Down Expand Up @@ -120,11 +120,11 @@ Configure attributes:
}
}

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

## Local Testing

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).
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).

Next install test-kitchen:

Expand All @@ -136,9 +136,6 @@ bundle install
# Do lint checks
bundle exec rake lint

# Fetch tests
bundle exec thor kitchen:fetch-remote-tests

# fast test on one machine
bundle exec kitchen test default-ubuntu-1204

Expand Down Expand Up @@ -200,7 +197,7 @@ See [https://wiki.archlinux.org/index.php/SFTP_chroot](https://wiki.archlinux.or
* Dominik Richter [arlimus](https://github.com/arlimus)
* Christoph Hartmann [chris-rock](https://github.com/chris-rock)
* Bernhard Weisshuhn (a.k.a. bernhorst) [bkw](https://github.com/bkw)
* Patrick Meier [atomic111](https://github.com/atomic111)
* Patrick Munch [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)
Expand Down Expand Up @@ -240,7 +237,7 @@ See the License for the specific language governing permissions and
limitations under the License.

[1]: https://supermarket.getchef.com/cookbooks/ssh-hardening
[2]: http://travis-ci.org/hardening-io/chef-ssh-hardening
[3]: https://coveralls.io/r/hardening-io/chef-ssh-hardening
[2]: http://travis-ci.org/dev-sec/chef-ssh-hardening
[3]: https://coveralls.io/r/dev-sec/chef-ssh-hardening
[4]: https://gemnasium.com/hardening-io/chef-ssh-hardening
[5]: https://gitter.im/hardening-io/general
[5]: https://gitter.im/dev-sec/general
10 changes: 0 additions & 10 deletions Thorfile

This file was deleted.