Replies: 1 comment 1 reply
-
Ah, I can disable it with :
Works great now. Feel free to close this thread. Might be a good idea to set it this way on windows 11 though. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm building from source, so I can't be certain when this issue manifested but it's there now. SSH agent stuff is broken. I lost a couple of hours trying to figure out what was wrong, but I've got a very simple workaround.
I use ssh-agent, and windows, it's been working very well up until now, and I haven't been adding anything related to sockets into my
~/.ssh/config
file.But, after deciding last friday afternoon to build wezterm from source, I found that ssh was broken, I narrowed it down to ssh agent issues, and the following canary:
The workaround:
Now it works:
I'm going to add this to my Powershell startup file, but any hints on how to disable it on the wezterm side (or even how to create a wezterm build without the ssh features) would be appreciate.
Thanks !
Beta Was this translation helpful? Give feedback.
All reactions