-
Notifications
You must be signed in to change notification settings - Fork 313
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
Log-in #10696
Comments
Can you please provide your Remote SSH log and share any relevant SSH configuration? Details on how to do so can be found in this issue template Does your issue reproduce on earlier versions of the extension (0.116.1 or 0.117.0)? |
reverted to previous version from yesterdays update and it fixed it |
If you're able to consistently reproduce on the newest version, we would appreciate seeing logs and your config to understand if this is something we need to fix 🙂 This was the major change between 0.117.0 and 0.117.1: #10684 |
I even set up ssh keys and that also stopped working and prompted me for the log in with not accepting my password. [16:41:34.891] Running script with connection command: "C:\Windows\System32\OpenSSH\ssh.exe" -T -D 65523 "ppp7297@[email protected]" sh
[16:42:17.910] ---------- [Session Summary] -----------
|
Thank you for getting back to me! I believe you can get the latest version to work by updating Host [email protected]
HostName gle-3159-ws29.nx.rit.edu # Update this line
User ppp7297
Port 22
PreferredAuthentications publickey
IdentityFile "C:/Users/ppani/.ssh/keys/[email protected]_rsa Looks like we were ignoring this before and now the extension is more "correct", which broke your flow. |
I updated it and the same problem persists on the newer version but, it didn't break the old version. [17:03:58.530] Running script with connection command: "C:\Windows\System32\OpenSSH\ssh.exe" -T -D 50309 "ppp7297@[email protected]" sh
[17:04:19.607] ---------- [Session Summary] -----------
|
Thanks for checking. I would suggesting changing I've confirmed that openssh (run from my terminal) would not handle this configuration properly. It was supported by this extension by coincidence. I will see if this could be easy to handle, but likely we'll align with openssh and keep this as-is. Thanks again for checking! |
Is there something wrong with my config? It works on all other ssh software i used it on. |
ok so the problem was the Host having my username in it removing the ppp7297@ in Host fixed it. I also had deleted the file Identityfile pointed to so beyond me how the SSH key still worked? idk |
Type: Bug
I am trying to log in with my password which i know is correct and log in keeps failing
Extension version: 0.117.1
VS Code version: Code 1.97.1 (e249dada235c2083c83813bd65b7f4707fb97b76, 2025-02-10T13:13:58.153Z)
OS version: Windows_NT x64 10.0.22621
Modes:
System Info
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled
webnn: disabled_off
A/B Experiments
The text was updated successfully, but these errors were encountered: