This repository has been archived on 2022-02-20. You can view files and clone it, but cannot push or open issues/pull-requests.
bash-shell-base/archive/.ftpconfig.off

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
}