You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
the sftp.json is properly set, but the connection to remote server is failed with error: read ECONNRESET
Specifically, m sftp.json is set as:
{
"name": "server",
"host": "my_host_address",
"username": "my_user_name",
"protocol": "sftp",
"privateKeyPath": "/Users/user/.ssh/id_rsa",
"port": 22,
"remotePath": "/home/myProject",
"uploadOnSave": true,
"ignore": [".vscode", ".git", ".DS_Store"]
}
What's strange is that i can successfully connect to my server with ssh, even in SFTP:EXPLORER page with "Open SSH in terminal" and it can be connected, but with sftp itself it will cause error error: read ECONNRESET.
My server require proxy to connect to but i have tried to add proxy in vscode and it still not work.
To Reproduce
Steps to reproduce the behavior:
Install SFTP
Open a project folder and Set the sftp.json as above.
Try to upload a file.
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: Mac
VSCode Version [e.g. 1.51.0]
Extension Version [e.g. 1.7.0]
The text was updated successfully, but these errors were encountered:
Do you read the FAQ?
Describe the bug
the sftp.json is properly set, but the connection to remote server is failed with error: read ECONNRESET
Specifically, m sftp.json is set as:
{
"name": "server",
"host": "my_host_address",
"username": "my_user_name",
"protocol": "sftp",
"privateKeyPath": "/Users/user/.ssh/id_rsa",
"port": 22,
"remotePath": "/home/myProject",
"uploadOnSave": true,
"ignore": [".vscode", ".git", ".DS_Store"]
}
What's strange is that i can successfully connect to my server with ssh, even in SFTP:EXPLORER page with "Open SSH in terminal" and it can be connected, but with sftp itself it will cause error error: read ECONNRESET.
My server require proxy to connect to but i have tried to add proxy in vscode and it still not work.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: