mirror of
https://github.com/mainwp/mainwp-child.git
synced 2025-09-03 05:46:11 +08:00
21 lines
383 B
JSON
21 lines
383 B
JSON
|
[{
|
||
|
"name":"",
|
||
|
"host": "",
|
||
|
"port": 22,
|
||
|
"username": "",
|
||
|
"password": "",
|
||
|
"remotePath": "",
|
||
|
"localPath": "",
|
||
|
"disable": false,
|
||
|
"private_key": "~/.ssh/id_rsa"
|
||
|
},{
|
||
|
"name":"",
|
||
|
"host": "",
|
||
|
"port": 22,
|
||
|
"username": "",
|
||
|
"password": "",
|
||
|
"remotePath": "",
|
||
|
"localPath": "",
|
||
|
"disable": false,
|
||
|
"private_key": "~/.ssh/id_rsa"
|
||
|
}]
|