{
"name": "boreas",
"protocol": "sftp",
"ignore": [
".vscode",
".git",
".DS_Store"
],
"connectTimeout": 2000,
"profiles": {
"RPI boreas HW tests @ home over mikrotik": {
"username": "pi",
"privateKeyPath": "~/.ssh/---",
"host": "192.168.88.194",
"port": 2222,
"remotePath": "/home/pi/boreas/",
"uploadOnSave": true
},
"RPI boreas HW tests @ home": {
"username": "pi",
"privateKeyPath": "~/.ssh/---",
"host": "192.168.88.191",
"port": 22,
"remotePath": "/home/pi/boreas/",
"uploadOnSave": true
},
"RPI boreas HW tests @ jet over mikrotik": {
"username": "pi",
"privateKeyPath": "~/.ssh/---",
"host": "10.31.1.59",
"port": 2222,
"remotePath": "/home/pi/boreas/",
"uploadOnSave": true
}
},
"defaultProfile": "RPI boreas HW tests @ home"
}