Release v3.41.0 - Support UserKnownHostsFile & GlobalKnownHostsFile
Add support for UserKnownHostsFile in ssh_config and allow GlobalKnownHostsFile to take an array.
This commit is contained in:
parent
b7f729ae78
commit
4121245a5c
@ -1,3 +1,7 @@
|
|||||||
|
### v3.41.0 - 2016-06-20
|
||||||
|
* Add ability to specify an array for GlobalKnownHostsFile in ssh_config.
|
||||||
|
* Add support for UserKnownHostsFile in ssh_config.
|
||||||
|
|
||||||
### v3.40.0 - 2016-06-09
|
### v3.40.0 - 2016-06-09
|
||||||
* Add ability to specify multiple ports
|
* Add ability to specify multiple ports
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ghoneycutt-ssh",
|
"name": "ghoneycutt-ssh",
|
||||||
"version": "3.40.0",
|
"version": "3.41.0",
|
||||||
"author": "ghoneycutt",
|
"author": "ghoneycutt",
|
||||||
"summary": "Manages SSH",
|
"summary": "Manages SSH",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user