You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -16,11 +16,11 @@ This cookbook provides secure ssh-client and ssh-server configurations.
16
16
17
17
### Platform
18
18
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
24
24
25
25
## Attributes
26
26
@@ -120,11 +120,11 @@ Configure attributes:
120
120
}
121
121
}
122
122
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.
124
124
125
125
## Local Testing
126
126
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).
128
128
129
129
Next install test-kitchen:
130
130
@@ -136,9 +136,6 @@ bundle install
136
136
# Do lint checks
137
137
bundle exec rake lint
138
138
139
-
# Fetch tests
140
-
bundle exec thor kitchen:fetch-remote-tests
141
-
142
139
# fast test on one machine
143
140
bundle exec kitchen test default-ubuntu-1204
144
141
@@ -200,7 +197,7 @@ See [https://wiki.archlinux.org/index.php/SFTP_chroot](https://wiki.archlinux.or
0 commit comments