|
1 | 1 | # Change Log |
2 | 2 |
|
3 | | -## [4.0.0](https://github.com/dev-sec/ansible-ssh-hardening/tree/4.0.0) (2017-04-22) |
4 | | -[Full Changelog](https://github.com/dev-sec/ansible-ssh-hardening/compare/3.2.0...4.0.0) |
| 3 | +## [4.1.0](https://github.com/dev-sec/ansible-ssh-hardening/tree/4.1.0) (2017-05-09) |
| 4 | +[Full Changelog](https://github.com/dev-sec/ansible-ssh-hardening/compare/4.0.0...4.1.0) |
5 | 5 |
|
6 | | -### Breaking Changes: |
| 6 | +**Implemented enhancements:** |
7 | 7 |
|
8 | | -- remove support for ansible 1.9 [\#87](https://github.com/dev-sec/ansible-ssh-hardening/pull/87) ([rndmh3ro](https://github.com/rndmh3ro)) |
9 | | - - **Ansible 1.9 is not supported anymore** |
10 | | - |
11 | | -- Change the ssh_client_ports list variable into a simple non-list variable named ssh_client_port. [\#84](https://github.com/dev-sec/ansible-ssh-hardening/pull/84) ([fullyint](https://github.com/fullyint)) |
12 | | - - Before: |
13 | | - ``` |
14 | | - {% for port in ssh_client_ports -%} |
15 | | - Port {{port}} |
16 | | - {% endfor %} |
17 | | - ``` |
18 | | - - After: |
19 | | - ``` |
20 | | - Port {{ ssh_client_port }} |
21 | | - ``` |
| 8 | +- Provide option to allow password server login [\#106](https://github.com/dev-sec/ansible-ssh-hardening/issues/106) |
| 9 | +- Deprecation warning always\_run [\#82](https://github.com/dev-sec/ansible-ssh-hardening/issues/82) |
| 10 | +- Added support for UseDNS config switch [\#109](https://github.com/dev-sec/ansible-ssh-hardening/pull/109) ([ftaeger](https://github.com/ftaeger)) |
| 11 | +- Added support for UseDNS config switch [\#108](https://github.com/dev-sec/ansible-ssh-hardening/pull/108) ([ftaeger](https://github.com/ftaeger)) |
22 | 12 |
|
23 | | -- 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)) |
24 | | - - Before: |
25 | | - ``` |
26 | | - # one or more hosts, to which ssh-client can connect to. Default is empty, but should be configured for security reasons! |
27 | | - ssh_remote_hosts: [] # ssh |
28 | | - ``` |
29 | | - - After: |
30 | | - ``` |
31 | | - # Hosts with custom options. # ssh |
32 | | - # Example: |
33 | | - # ssh_remote_hosts: |
34 | | - # - names: ['example.com', 'example2.com'] |
35 | | - # options: ['Port 2222', 'ForwardAgent yes'] |
36 | | - # - names: ['example3.com'] |
37 | | - # options: ['StrictHostKeyChecking no'] |
38 | | - ssh_remote_hosts: [] |
39 | | - ``` |
40 | | ---- |
| 13 | +**Fixed bugs:** |
| 14 | + |
| 15 | +- `create ssh\_config and set permissions to root/644` step repeated [\#104](https://github.com/dev-sec/ansible-ssh-hardening/issues/104) |
| 16 | + |
| 17 | +**Merged pull requests:** |
| 18 | + |
| 19 | +- Added support for PermitTunnel config switch [\#112](https://github.com/dev-sec/ansible-ssh-hardening/pull/112) ([fti7](https://github.com/fti7)) |
| 20 | +- 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)) |
| 21 | + |
| 22 | +## [4.0.0](https://github.com/dev-sec/ansible-ssh-hardening/tree/4.0.0) (2017-04-22) |
| 23 | +[Full Changelog](https://github.com/dev-sec/ansible-ssh-hardening/compare/3.2.0...4.0.0) |
41 | 24 |
|
42 | 25 | **Implemented enhancements:** |
43 | 26 |
|
| 27 | +- Avoid small primes for DH and allow rebuild of DH primes [\#89](https://github.com/dev-sec/ansible-ssh-hardening/issues/89) |
| 28 | +- Accommodate missing plugins in kitchen\_vagrant\_block.rb [\#100](https://github.com/dev-sec/ansible-ssh-hardening/pull/100) ([fullyint](https://github.com/fullyint)) |
44 | 29 | - Use different Hostkeys according to installed ssh version [\#99](https://github.com/dev-sec/ansible-ssh-hardening/pull/99) ([rndmh3ro](https://github.com/rndmh3ro)) |
45 | 30 | - Remove small dh primes [\#97](https://github.com/dev-sec/ansible-ssh-hardening/pull/97) ([rndmh3ro](https://github.com/rndmh3ro)) |
46 | | -- Add Ed25519 SSH host key to match ssh-baseline [\#96](https://github.com/dev-sec/ansible-ssh-hardening/pull/96) ([techraf](https://github.com/techraf)) |
| 31 | +- Add Ed25519 SSH host key to match commit 28b4df3 in ssh-baseline [\#96](https://github.com/dev-sec/ansible-ssh-hardening/pull/96) ([techraf](https://github.com/techraf)) |
47 | 32 | - Add support for FreeBSD OpenSSH server and client [\#95](https://github.com/dev-sec/ansible-ssh-hardening/pull/95) ([jbenden](https://github.com/jbenden)) |
| 33 | +- Replace deprecated always\_run with check\_mode [\#93](https://github.com/dev-sec/ansible-ssh-hardening/pull/93) ([jbenden](https://github.com/jbenden)) |
48 | 34 | - Defaults: Remove DSA from SSH host keys to match ssh-baseline profile [\#92](https://github.com/dev-sec/ansible-ssh-hardening/pull/92) ([techraf](https://github.com/techraf)) |
| 35 | +- use new docker images [\#91](https://github.com/dev-sec/ansible-ssh-hardening/pull/91) ([rndmh3ro](https://github.com/rndmh3ro)) |
| 36 | +- use centos 7 in vagrant, limit ssh conns [\#88](https://github.com/dev-sec/ansible-ssh-hardening/pull/88) ([rndmh3ro](https://github.com/rndmh3ro)) |
| 37 | +- remove support for ansible 1.9 [\#87](https://github.com/dev-sec/ansible-ssh-hardening/pull/87) ([rndmh3ro](https://github.com/rndmh3ro)) |
49 | 38 | - make ChallengeResponseAuthentication configurable [\#85](https://github.com/dev-sec/ansible-ssh-hardening/pull/85) ([rndmh3ro](https://github.com/rndmh3ro)) |
| 39 | +- List only one Port in ssh config [\#84](https://github.com/dev-sec/ansible-ssh-hardening/pull/84) ([fullyint](https://github.com/fullyint)) |
| 40 | +- 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)) |
50 | 41 |
|
51 | 42 | **Fixed bugs:** |
52 | 43 |
|
|
64 | 55 | - remove duplicate section [\#105](https://github.com/dev-sec/ansible-ssh-hardening/pull/105) ([rndmh3ro](https://github.com/rndmh3ro)) |
65 | 56 | - 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)) |
66 | 57 |
|
67 | | -**Other improvements:** |
68 | | -- Accommodate missing plugins in kitchen\_vagrant\_block.rb [\#100](https://github.com/dev-sec/ansible-ssh-hardening/pull/100) ([fullyint](https://github.com/fullyint)) |
69 | | -- Replace deprecated always\_run with check\_mode [\#93](https://github.com/dev-sec/ansible-ssh-hardening/pull/93) ([jbenden](https://github.com/jbenden)) |
70 | | -- use new docker images [\#91](https://github.com/dev-sec/ansible-ssh-hardening/pull/91) ([rndmh3ro](https://github.com/rndmh3ro)) |
71 | | -- use centos 7 in vagrant, limit ssh conns [\#88](https://github.com/dev-sec/ansible-ssh-hardening/pull/88) ([rndmh3ro](https://github.com/rndmh3ro)) |
72 | | - |
73 | 58 | ## [3.2.0](https://github.com/dev-sec/ansible-ssh-hardening/tree/3.2.0) (2016-10-24) |
74 | 59 | [Full Changelog](https://github.com/dev-sec/ansible-ssh-hardening/compare/3.1.0...3.2.0) |
75 | 60 |
|
|
237 | 222 |
|
238 | 223 |
|
239 | 224 |
|
240 | | -\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |
| 225 | +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |
0 commit comments