24 lines
518 B
Plaintext
24 lines
518 B
Plaintext
{
|
|
"protocol": "sftp",
|
|
"host": "router",
|
|
"port": 22,
|
|
"user": "sysadmin",
|
|
"pass": "",
|
|
"promptForPass": false,
|
|
"remote": "/home/sysadmin/.kbd-aliases",
|
|
"local": "",
|
|
"agent": "env",
|
|
"privatekey": "",
|
|
"passphrase": "",
|
|
"hosthash": "",
|
|
"ignorehost": true,
|
|
"connTimeout": 10000,
|
|
"keepalive": 10000,
|
|
"keyboardInteractive": false,
|
|
"keyboardInteractiveForPass": false,
|
|
"remoteCommand": "",
|
|
"remoteShell": "",
|
|
"watch": [],
|
|
"watchTimeout": 500
|
|
}
|