23 lines
486 B
JSON
23 lines
486 B
JSON
{
|
|||
|
|
"profiles": {
|
||
|
|
"freeborn.cloud": {
|
||
|
|
"host": "ssh.freeborn.cloud",
|
||
|
|
"port": 22,
|
||
|
|
"username": "your-username",
|
||
|
|
"password": "your-password"
|
||
|
|
},
|
||
|
|
"ftp.stevanfreeborn.com": {
|
||
|
|
"host": "ftp.stevanfreeborn.com",
|
||
|
|
"port": 22,
|
||
|
|
"username": "your-username",
|
||
|
|
"password": "your-password"
|
||
|
|
},
|
||
|
|
"default": {
|
||
|
|
"host": "64.181.222.218",
|
||
|
|
"port": 22,
|
||
|
|
"username": "your-username",
|
||
|
|
"password": "your-password"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|