-
Notifications
You must be signed in to change notification settings - Fork 852
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
bash is unusable through a Win32 SSHd server (Bitvise) #386
Comments
FYI I took a second try with cygwin openssh with this time even worse results:
|
Bitvise support told me that: "Support for this will have to be added to our SSH Server's terminal subsystem. It seems unlikely this can be done easily at the Microsoft side, given the architecture chosen for Bash on Windows. We are currently working on implementing support for this in a future SSH Server version. I believe we may have a version that will support this within a number of months." |
This is the same issue as #2, closing this out as a duplicate. |
Tracking this work in #2322 |
I just took a try to run bash from a Bitvise sshd server (last version == v6.47) session (default session; it starts cmd which works correctly, then I try to launch bash) and it is unusable: it runs but doesn't display the output from bash in real time and when it displays the output it does it at seemingly random places. Even non-interactive usage is broken (I tried "bash -c ls"). I'm not sure this is WSL's fault or if Bitvise is trying to do its job using nasty tricks but it would be nice to have it working in this context too.
The text was updated successfully, but these errors were encountered: