Release v3.39.0

* Allow ecdsa-sha2-nistp256 hostkeys
* Add host_aliases attribute to sshkey resource
* Add support for PubkeyAuthentication in sshd_config
This commit is contained in:
Garrett Honeycutt 2016-06-08 12:38:06 -04:00
parent 6a82780175
commit 6872394bfe
3 changed files with 11 additions and 5 deletions

View File

@ -1,4 +0,0 @@
3.38.0 - 2016-06-06
2.0.0 - 2013-05-16 Garrett Honeycutt <code@garretthoneycutt.com>
* Rebirth

10
CHANGELOG.md Normal file
View File

@ -0,0 +1,10 @@
### 3.39.0 - 2016-06-08
* Allow ecdsa-sha2-nistp256 hostkeys
* Add host_aliases attribute to sshkey resource
* Add support for PubkeyAuthentication in sshd_config
### 3.38.0 - 2016-06-06
* Add param to manage MaxAuthTries in sshd_config
### 2.0.0 - 2013-05-16 Garrett Honeycutt <code@garretthoneycutt.com>
* Rebirth

View File

@ -1,6 +1,6 @@
{
"name": "ghoneycutt-ssh",
"version": "3.38.0",
"version": "3.39.0",
"author": "ghoneycutt",
"summary": "Manages SSH",
"license": "Apache-2.0",