File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change
1
+ ### v3.54.0 - 2017-07-24
2
+ * Allow sshd_config_hostcertificate to be an array. This fixes a bug
3
+ where you could have specified one cert and multiple HostKey's since
4
+ ` sshd_config_hostkey ` allows an array.
5
+ * Add parameter ` sshd_config_authorized_principals_file ` to manage the
6
+ ` AuthorizedPrincipalsFile ` setting in ` sshd_config ` .
7
+
8
+ ### v3.53.0 - 2017-07-24
9
+ * Support only latest Puppet v3
10
+ * Support only last few releases on Puppet v4
11
+ * Add support for Puppet v5
12
+
1
13
### v3.52.0 - 2017-05-26
2
14
* Add params for Add PrintLastLog, UsePrivilegeSeparation, and
3
15
Compression options in sshd_config.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ghoneycutt-ssh" ,
3
- "version" : " 3.52 .0" ,
3
+ "version" : " 3.54 .0" ,
4
4
"author" : " ghoneycutt" ,
5
5
"summary" : " Manages SSH" ,
6
6
"license" : " Apache-2.0" ,
You can’t perform that action at this time.
0 commit comments