Dave Berry
Dave Berry
so after much testing and trying different settings. This does work, but you have to use the full domain in the hop (target) definition. I have sites setup in my...
```javascript { "name": "serverDev1", "host": "office", "protocol": "sftp", "port": 22, "username": "username", "privateKeyPath": "/Users/username/.ssh/office_rsa", "remotePath": "/shared/accounts/t/testingServer/dev1.example.com", "hop": { "host": "dev1.example.com", "protocol": "sftp", "port": 22, "username": "username", "privateKeyPath": "/storage/home/username/.ssh/dev1_rsa" }, "downloadOnOpen":...