fix: config change privatekey
to privateKey
for consistency with ssh2 module
This commit is contained in:
parent
3315df1b0b
commit
a176167505
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
"user": {
|
"user": {
|
||||||
"name": null,
|
"name": null,
|
||||||
"password": null,
|
"password": null,
|
||||||
"privatekey": null
|
"privateKey": null
|
||||||
},
|
},
|
||||||
"session": {
|
"session": {
|
||||||
"secret": "secret",
|
"secret": "secret",
|
||||||
|
|
Loading…
Reference in a new issue