vscode-deploy-reloaded
vscode-deploy-reloaded copied to clipboard
connect EPERM 192.168.100.204:222
I found EPERM means permission denied. I've found simliar errors for filesystem operation, but not on connect :(
Example config
{
"deploy.reloaded": {
"targets": [
{
"type": "sftp",
"name": "REMOTE",
"debug": true,
"dir": "/remotedir",
"host": "192.168.100.204",
"user": "root",
"port": "222",
"privateKey": "/Users/maxxer/_support/id_rsa"
}
]
}
}
Logs
Unfortunately I found nothing much than the output console:
[ERROR] Could not deploy files to 'REMOTE': 'connect EPERM 192.168.100.204:222 - Local (0.0.0.0:0)'
Your environment
- Operating system: macOS 10.14
- Visual Studio Code version: 1.27.2
- Extension version: 0.84.0
Additional comments
I've used another extension and returns the very same error. I've looked up in the upstream ssh library repo but couldn't find a solution to this error. Since I don't know the use and implementation of the library in the extension I prefered to file the bug here