Files

23 lines
486 B
JSON
Raw Permalink Normal View History

2026-08-12 18:22:42 -05:00
{
"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"
}
}
}