|
1 |
| -# Change Log |
| 1 | +# Changelog |
2 | 2 |
|
3 |
| -## [Unreleased](https://github.com/dev-sec/ansible-ssh-hardening/tree/HEAD) |
| 3 | +## [6.1.0](https://github.com/dev-sec/ansible-ssh-hardening/tree/6.1.0) (2019-05-04) |
4 | 4 |
|
5 |
| -[Full Changelog](https://github.com/dev-sec/ansible-ssh-hardening/compare/6.0.0...HEAD) |
| 5 | +[Full Changelog](https://github.com/dev-sec/ansible-ssh-hardening/compare/6.0.0...6.1.0) |
6 | 6 |
|
7 | 7 | **Implemented enhancements:**
|
8 | 8 |
|
9 | 9 | - PermitRootLogin yes [\#190](https://github.com/dev-sec/ansible-ssh-hardening/issues/190)
|
| 10 | +- Match Group' in configuration but 'user' not in connection test specification [\#188](https://github.com/dev-sec/ansible-ssh-hardening/issues/188) |
| 11 | +- Allow custom values [\#175](https://github.com/dev-sec/ansible-ssh-hardening/issues/175) |
| 12 | +- use selinux fact to check if selinux is used [\#220](https://github.com/dev-sec/ansible-ssh-hardening/pull/220) ([rndmh3ro](https://github.com/rndmh3ro)) |
| 13 | +- Remove eol os and add fedora [\#218](https://github.com/dev-sec/ansible-ssh-hardening/pull/218) ([rndmh3ro](https://github.com/rndmh3ro)) |
| 14 | +- document and move custom variables [\#217](https://github.com/dev-sec/ansible-ssh-hardening/pull/217) ([rndmh3ro](https://github.com/rndmh3ro)) |
| 15 | +- fix: allow other ssh ports using selinux [\#214](https://github.com/dev-sec/ansible-ssh-hardening/pull/214) ([guilieb](https://github.com/guilieb)) |
| 16 | +- Make ansible-lint happy [\#204](https://github.com/dev-sec/ansible-ssh-hardening/pull/204) ([alexclear](https://github.com/alexclear)) |
| 17 | +- Fix ssh and sshd config files to satisfy inspec reqs on all Testkitchen setups [\#203](https://github.com/dev-sec/ansible-ssh-hardening/pull/203) ([alexclear](https://github.com/alexclear)) |
| 18 | +- enable ssh 7.7p1 support [\#202](https://github.com/dev-sec/ansible-ssh-hardening/pull/202) ([rndmh3ro](https://github.com/rndmh3ro)) |
| 19 | +- Removed DEPRECATION WARNING for apt, using list instead of with\_items [\#201](https://github.com/dev-sec/ansible-ssh-hardening/pull/201) ([jonaswre](https://github.com/jonaswre)) |
10 | 20 |
|
11 | 21 | **Fixed bugs:**
|
12 | 22 |
|
13 |
| -- sshd\_custom\_options not working.. [\#200](https://github.com/dev-sec/ansible-ssh-hardening/issues/200) |
| 23 | +- Using more than one rule in a Group or User Match block? [\#207](https://github.com/dev-sec/ansible-ssh-hardening/issues/207) |
| 24 | +- fix multiple match rules not working \#207 [\#208](https://github.com/dev-sec/ansible-ssh-hardening/pull/208) ([rndmh3ro](https://github.com/rndmh3ro)) |
14 | 25 |
|
15 | 26 | ## [6.0.0](https://github.com/dev-sec/ansible-ssh-hardening/tree/6.0.0) (2018-11-18)
|
| 27 | + |
16 | 28 | [Full Changelog](https://github.com/dev-sec/ansible-ssh-hardening/compare/5.0.0...6.0.0)
|
17 | 29 |
|
18 | 30 | **Implemented enhancements:**
|
|
41 | 53 | - add ubuntu 18.04 support [\#186](https://github.com/dev-sec/ansible-ssh-hardening/pull/186) ([rndmh3ro](https://github.com/rndmh3ro))
|
42 | 54 |
|
43 | 55 | ## [5.0.0](https://github.com/dev-sec/ansible-ssh-hardening/tree/5.0.0) (2018-09-16)
|
| 56 | + |
44 | 57 | [Full Changelog](https://github.com/dev-sec/ansible-ssh-hardening/compare/4.4.0...5.0.0)
|
45 | 58 |
|
46 | 59 | **Implemented enhancements:**
|
|
84 | 97 | - remove oracle7 from travis tests for the time being [\#181](https://github.com/dev-sec/ansible-ssh-hardening/pull/181) ([rndmh3ro](https://github.com/rndmh3ro))
|
85 | 98 |
|
86 | 99 | ## [4.4.0](https://github.com/dev-sec/ansible-ssh-hardening/tree/4.4.0) (2017-12-29)
|
| 100 | + |
87 | 101 | [Full Changelog](https://github.com/dev-sec/ansible-ssh-hardening/compare/4.3.1...4.4.0)
|
88 | 102 |
|
89 | 103 | **Implemented enhancements:**
|
|
113 | 127 | - force /bin/sh when getting openssh-version [\#134](https://github.com/dev-sec/ansible-ssh-hardening/pull/134) ([gtz42](https://github.com/gtz42))
|
114 | 128 |
|
115 | 129 | ## [4.3.1](https://github.com/dev-sec/ansible-ssh-hardening/tree/4.3.1) (2017-08-14)
|
| 130 | + |
116 | 131 | [Full Changelog](https://github.com/dev-sec/ansible-ssh-hardening/compare/4.3.0...4.3.1)
|
117 | 132 |
|
118 | 133 | **Implemented enhancements:**
|
|
128 | 143 | - role creates duplicate parameter/values after run [\#124](https://github.com/dev-sec/ansible-ssh-hardening/issues/124)
|
129 | 144 |
|
130 | 145 | ## [4.3.0](https://github.com/dev-sec/ansible-ssh-hardening/tree/4.3.0) (2017-08-03)
|
| 146 | + |
131 | 147 | [Full Changelog](https://github.com/dev-sec/ansible-ssh-hardening/compare/4.1.3...4.3.0)
|
132 | 148 |
|
133 | 149 | **Implemented enhancements:**
|
|
141 | 157 | - Add comment filter to {{ansible\_managed}} string [\#121](https://github.com/dev-sec/ansible-ssh-hardening/pull/121) ([fazlearefin](https://github.com/fazlearefin))
|
142 | 158 |
|
143 | 159 | ## [4.1.3](https://github.com/dev-sec/ansible-ssh-hardening/tree/4.1.3) (2017-06-30)
|
| 160 | + |
144 | 161 | [Full Changelog](https://github.com/dev-sec/ansible-ssh-hardening/compare/4.2.0...4.1.3)
|
145 | 162 |
|
146 | 163 | ## [4.2.0](https://github.com/dev-sec/ansible-ssh-hardening/tree/4.2.0) (2017-06-30)
|
| 164 | + |
147 | 165 | [Full Changelog](https://github.com/dev-sec/ansible-ssh-hardening/compare/4.1.2...4.2.0)
|
148 | 166 |
|
149 | 167 | **Implemented enhancements:**
|
|
160 | 178 | - Do not use shell when not needed + Lint whitespaces [\#118](https://github.com/dev-sec/ansible-ssh-hardening/pull/118) ([krhubert](https://github.com/krhubert))
|
161 | 179 |
|
162 | 180 | ## [4.1.2](https://github.com/dev-sec/ansible-ssh-hardening/tree/4.1.2) (2017-05-31)
|
| 181 | + |
163 | 182 | [Full Changelog](https://github.com/dev-sec/ansible-ssh-hardening/compare/4.1.1...4.1.2)
|
164 | 183 |
|
165 | 184 | **Implemented enhancements:**
|
|
175 | 194 | - Update readme to include baselines [\#110](https://github.com/dev-sec/ansible-ssh-hardening/issues/110)
|
176 | 195 |
|
177 | 196 | ## [4.1.1](https://github.com/dev-sec/ansible-ssh-hardening/tree/4.1.1) (2017-05-18)
|
| 197 | + |
178 | 198 | [Full Changelog](https://github.com/dev-sec/ansible-ssh-hardening/compare/4.1.0...4.1.1)
|
179 | 199 |
|
180 | 200 | **Implemented enhancements:**
|
181 | 201 |
|
182 | 202 | - fix validation error [\#113](https://github.com/dev-sec/ansible-ssh-hardening/pull/113) ([pwyliu](https://github.com/pwyliu))
|
183 | 203 |
|
184 |
| -**Fixed bugs:** |
185 |
| - |
186 |
| -- fix validation error [\#113](https://github.com/dev-sec/ansible-ssh-hardening/pull/113) ([pwyliu](https://github.com/pwyliu)) |
187 |
| - |
188 | 204 | ## [4.1.0](https://github.com/dev-sec/ansible-ssh-hardening/tree/4.1.0) (2017-05-09)
|
| 205 | + |
189 | 206 | [Full Changelog](https://github.com/dev-sec/ansible-ssh-hardening/compare/4.0.0...4.1.0)
|
190 | 207 |
|
191 | 208 | **Implemented enhancements:**
|
|
205 | 222 | - Adds option to enable password based authentication on the server [\#107](https://github.com/dev-sec/ansible-ssh-hardening/pull/107) ([colin-nolan](https://github.com/colin-nolan))
|
206 | 223 |
|
207 | 224 | ## [4.0.0](https://github.com/dev-sec/ansible-ssh-hardening/tree/4.0.0) (2017-04-22)
|
| 225 | + |
208 | 226 | [Full Changelog](https://github.com/dev-sec/ansible-ssh-hardening/compare/3.2.0...4.0.0)
|
209 | 227 |
|
210 | 228 | **Implemented enhancements:**
|
|
227 | 245 | **Fixed bugs:**
|
228 | 246 |
|
229 | 247 | - SELinux-specific task still runs on SELinux-disabled systems [\#74](https://github.com/dev-sec/ansible-ssh-hardening/issues/74)
|
230 |
| -- List only one Port in ssh config [\#84](https://github.com/dev-sec/ansible-ssh-hardening/pull/84) ([fullyint](https://github.com/fullyint)) |
231 |
| -- Fix ssh config to handle custom options per Host [\#83](https://github.com/dev-sec/ansible-ssh-hardening/pull/83) ([fullyint](https://github.com/fullyint)) |
232 | 248 |
|
233 | 249 | **Closed issues:**
|
234 | 250 |
|
|
241 | 257 | - Fix ssh\_server\_ports and ssh\_client\_ports documentation bug [\#80](https://github.com/dev-sec/ansible-ssh-hardening/pull/80) ([kivilahtio](https://github.com/kivilahtio))
|
242 | 258 |
|
243 | 259 | ## [3.2.0](https://github.com/dev-sec/ansible-ssh-hardening/tree/3.2.0) (2016-10-24)
|
| 260 | + |
244 | 261 | [Full Changelog](https://github.com/dev-sec/ansible-ssh-hardening/compare/3.1.0...3.2.0)
|
245 | 262 |
|
246 | 263 | **Implemented enhancements:**
|
|
260 | 277 | - Applied-Crypto-Hardening project and new cyphers. [\#28](https://github.com/dev-sec/ansible-ssh-hardening/issues/28)
|
261 | 278 |
|
262 | 279 | ## [3.1.0](https://github.com/dev-sec/ansible-ssh-hardening/tree/3.1.0) (2016-08-03)
|
| 280 | + |
263 | 281 | [Full Changelog](https://github.com/dev-sec/ansible-ssh-hardening/compare/3.1...3.1.0)
|
264 | 282 |
|
265 | 283 | **Implemented enhancements:**
|
266 | 284 |
|
267 | 285 | - use new ciphers, kex, macs and privilege separation for redhat family 7 or later [\#72](https://github.com/dev-sec/ansible-ssh-hardening/issues/72)
|
268 | 286 |
|
269 | 287 | ## [3.1](https://github.com/dev-sec/ansible-ssh-hardening/tree/3.1) (2016-08-03)
|
| 288 | + |
270 | 289 | [Full Changelog](https://github.com/dev-sec/ansible-ssh-hardening/compare/3.0.0...3.1)
|
271 | 290 |
|
272 | 291 | **Implemented enhancements:**
|
|
294 | 313 | - Add SCP/SFTP to FAQ [\#58](https://github.com/dev-sec/ansible-ssh-hardening/pull/58) ([rndmh3ro](https://github.com/rndmh3ro))
|
295 | 314 |
|
296 | 315 | ## [3.0.0](https://github.com/dev-sec/ansible-ssh-hardening/tree/3.0.0) (2016-03-13)
|
| 316 | + |
297 | 317 | [Full Changelog](https://github.com/dev-sec/ansible-ssh-hardening/compare/2.0.0...3.0.0)
|
298 | 318 |
|
299 | 319 | **Implemented enhancements:**
|
|
317 | 337 | - New release 3.0.0 [\#59](https://github.com/dev-sec/ansible-ssh-hardening/pull/59) ([rndmh3ro](https://github.com/rndmh3ro))
|
318 | 338 |
|
319 | 339 | ## [2.0.0](https://github.com/dev-sec/ansible-ssh-hardening/tree/2.0.0) (2015-11-28)
|
| 340 | + |
320 | 341 | [Full Changelog](https://github.com/dev-sec/ansible-ssh-hardening/compare/1.2.1...2.0.0)
|
321 | 342 |
|
322 | 343 | **Closed issues:**
|
|
330 | 351 | - sftp\_enable option [\#41](https://github.com/dev-sec/ansible-ssh-hardening/pull/41) ([fitz123](https://github.com/fitz123))
|
331 | 352 |
|
332 | 353 | ## [1.2.1](https://github.com/dev-sec/ansible-ssh-hardening/tree/1.2.1) (2015-10-16)
|
| 354 | + |
333 | 355 | [Full Changelog](https://github.com/dev-sec/ansible-ssh-hardening/compare/1.2...1.2.1)
|
334 | 356 |
|
335 | 357 | **Merged pull requests:**
|
336 | 358 |
|
337 | 359 | - Allow whitelisted groups on ssh [\#40](https://github.com/dev-sec/ansible-ssh-hardening/pull/40) ([fheinle](https://github.com/fheinle))
|
338 | 360 |
|
339 | 361 | ## [1.2](https://github.com/dev-sec/ansible-ssh-hardening/tree/1.2) (2015-09-28)
|
| 362 | + |
340 | 363 | [Full Changelog](https://github.com/dev-sec/ansible-ssh-hardening/compare/1.2.0...1.2)
|
341 | 364 |
|
342 | 365 | ## [1.2.0](https://github.com/dev-sec/ansible-ssh-hardening/tree/1.2.0) (2015-09-28)
|
| 366 | + |
343 | 367 | [Full Changelog](https://github.com/dev-sec/ansible-ssh-hardening/compare/1.1...1.2.0)
|
344 | 368 |
|
345 | 369 | **Merged pull requests:**
|
|
349 | 373 | - Support for selinux and pam. fix \#23 [\#35](https://github.com/dev-sec/ansible-ssh-hardening/pull/35) ([rndmh3ro](https://github.com/rndmh3ro))
|
350 | 374 |
|
351 | 375 | ## [1.1](https://github.com/dev-sec/ansible-ssh-hardening/tree/1.1) (2015-09-01)
|
| 376 | + |
352 | 377 | [Full Changelog](https://github.com/dev-sec/ansible-ssh-hardening/compare/1.1.0...1.1)
|
353 | 378 |
|
354 | 379 | ## [1.1.0](https://github.com/dev-sec/ansible-ssh-hardening/tree/1.1.0) (2015-09-01)
|
| 380 | + |
355 | 381 | [Full Changelog](https://github.com/dev-sec/ansible-ssh-hardening/compare/1.0.0...1.1.0)
|
356 | 382 |
|
357 | 383 | **Closed issues:**
|
|
378 | 404 | - Debian install script [\#19](https://github.com/dev-sec/ansible-ssh-hardening/pull/19) ([rndmh3ro](https://github.com/rndmh3ro))
|
379 | 405 |
|
380 | 406 | ## [1.0.0](https://github.com/dev-sec/ansible-ssh-hardening/tree/1.0.0) (2015-04-30)
|
| 407 | + |
| 408 | +[Full Changelog](https://github.com/dev-sec/ansible-ssh-hardening/compare/a9591764206b79a4ed324bb8576151ebac0127b1...1.0.0) |
| 409 | + |
381 | 410 | **Implemented enhancements:**
|
382 | 411 |
|
383 | 412 | - Update variable-documentation [\#12](https://github.com/dev-sec/ansible-ssh-hardening/pull/12) ([rndmh3ro](https://github.com/rndmh3ro))
|
|
407 | 436 |
|
408 | 437 |
|
409 | 438 |
|
410 |
| -\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |
| 439 | +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* |
0 commit comments