Release v3.49.0 - Add support for PermitTunnel in sshd_config

This commit is contained in:
Garrett Honeycutt 2016-10-25 11:26:41 -04:00
parent 00829437ba
commit db16d8a029
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
### v3.49.0 - 2016-10-25
* Add support for PermitTunnel in sshd_config
### v3.48.0 - 2016-10-20 ### v3.48.0 - 2016-10-20
* Add support for ProxyCommand * Add support for ProxyCommand

View File

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