-
Notifications
You must be signed in to change notification settings - Fork 276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not run on newly VS Code 1.53.0 #881
Comments
Seems an issue with latest vsc update: |
Same issue on MacOS Big Sur after vscode update. Version Version: 1.53.0 |
Same issue on MacOS 11.2 Big Sur after vscode update. Version: 1.53.0 |
Same issue on Linux Mint 20.1 Ulyssa after VScode update to version 1.53.0 :( |
So i brought this up with VSCode, they suggested extension bisect. "Extension Bisect is done and has identified liximomo.sftp as the extension causing the problem." |
Same issue on Windows 10 20H2 after vscode update. Version: 1.53.0 |
Same issue on Windows_NT x64 10.0.18363 after vscode update. Version: 1.53.0 |
Same issue on Linux Ubuntu 20.04 after vscode update. version 1.53.0 |
Same issue on Windows 10 Pro 20H2 after vscode update to version 1.53.0. |
Meanwhile fix this issue, downgrade to 1.52.1 can work again |
Same issue on Windows 10 Pro 20H2 after vscode update to version 1.53.0. |
I'm asking here because this issue has the most participants, of the seemingly related ones I've found: Has anyone had this issue on a relatively recent target host OS? I had this problem with both this extension and vscode-sshfs on the 1.53 insider build trying to connect to RHEL 6, but not connecting to RHEL 8 (SchoofsKelvin/vscode-sshfs#225). Another user of that extension reported the problem with Debian 4 (SchoofsKelvin/vscode-sshfs#239). Someone reporting what seems like it might be...well, not the root cause, but the underlying commonality (mscdex/ssh2#967) had the issue trying to connect at work, but not connecting to a raspberry (pi, I assume). Not sure there is a significance, but it at least seems potentially relevant. |
Yes, it´s happening in my MacOS Big Sur, but only connectiong to my hostgator hosting account. When connecting to some Debian Servers it is working without issues... Although, using cyberduck I can connect to shh without problem to hostgator.
|
Sorry for the poor explanation of my problem. Yes, I can connect successful to a raspberry pi in my private network at home. But in my environment at work, I have the problem that my node process terminates after I tried to build up a connection to a unix server (dont know which host system though... right now...). I hope this information helps. :) |
same here! Extension terminates when connecting to Centos 6 host MacOs - Big Sur |
Confirm error and restart plugin when connection to
Centos 6 and 7
From windows 10
VsCode - 1.53.0
liximomo.sftp - 1.12.9
Thanks
Il dom 7 feb 2021, 08:54 Timur V <[email protected]> ha scritto:
… same here!
Extension terminates when connecting to Centos 6 host
Debian 10 host works allright
MacOs - Big Sur
VsCode - 1.53.0
liximomo.sftp - 1.12.9
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#881 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHH7J6A5IQ53RMGN6QDZMALS5ZBLXANCNFSM4XEFUBNA>
.
|
centos 7 also works allright |
I downgraded to 1.52.1 and worked again, hoping this bug is fixed. |
Also having this issue on 1.53 Ubutu 18.04 (as described above) Reinstalling 1.52 got me working again. |
For other users facing this issue - as the main problem is related to the Electron and createDiffieHellman then you can disable/remove In other words, you need to edit
^ As you can see |
@arvislacis thank you so much. Runs like a charm! |
question: can I configure this as default for all profiles? |
@apolinux Yes, looks like you can specify "algorithms" array at the beginning of |
@arvislacis I have an array of objects in This is my
|
@NormandoHall This works for me: I use |
You're right @arvislacis . I was using multiple context. Thank you |
VS Code 1.54.0 (February) fixed the issue for me. |
After I upgraded to 1.54.1 it fixed the issue for me, too. |
Downgrading from node 13.6.0 to 12.21.0 solved the issue for me. VSCode 1.55.0-insider |
Do you read the FAQ?
Describe the bug
I was update VS Code, and not run anymore this great extension. I need it a lot.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Connect
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Version: 1.53.0 (user setup)
Commit: 8490d3dde47c57ba65ec40dd192d014fd2113496
Date: 2021-02-03T20:36:38.611Z
Electron: 11.2.1
Chrome: 87.0.4280.141
Node.js: 12.18.3
V8: 8.7.220.31-electron.0
OS: Windows_NT x64 6.1.7601
Extension Logs from Startup - required
Open User Settings.
Set
sftp.debug
totrue
and reload vscode.Reproduce the problem, get the logs from View > Output > sftp.
Nothing from SFTP. Only alert:
command: "sftp.remoteExplorer.refresh" not found
SFTP version: 1.12.9
The text was updated successfully, but these errors were encountered: