-
Notifications
You must be signed in to change notification settings - Fork 135
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
Mac/Linux to Windows Connection | Shell opener command was unsuccessful: client_loop: send disconnect: Broken pipe #235
Comments
I assume that you are running the latest xpipe version? As a quick test, you can run the latest PTB build as there were many ssh changes: https://github.com/xpipe-io/xpipe-ptb If that does not work, you can try running You can also try running the latest Windows SSH server from https://github.com/PowerShell/openssh-portable. One issue is that the SSH distribution included in windows is quite old, that has caused a few issues before. |
Appreciate the quick response! So, just now, I did the following:
|
So it seems to have something to do with the
I can successfully connect to my Windows systems, so can't reproduce that. If you have WSL on the windows host, you can try running an SSH server in WSL instead. |
Mannnnnnn I feel like nothing works for me the first time correctly, ever… 😢 As you fore-stated, none of these proposed solutions worked (for me)...
This might be useful to you to mention, but when I try to add the Windows 11 PC as a Remote SSH connection, and it fails and throws back the ssh "windows11" -oStrictHostKeyChecking=accept-new -oRemoteCommand=none -oNoHostAuthenticationForLocalhost=yes -t I think the only solution is transitioning completely over to Linux, forever. This issue can be closed out because if Windows connections work for you, and no one else has brought this up, it might just be something odd on my Windows 11 system not allowing me to connect. Thanks for your super quick assistance @crschnick ! I appreciate that more than anything else 🙏 |
Let me try my Windows 11 laptop, I only used it on Windows 10. The insights work because that is what is executed to launch a terminal with |
After spending some time trying to set up key-based authentication on windows, I gave up. It's honestly not worth it. Note that you can still launch the connection from xpipe (I just can't do other stuff like the file browser) in the XPipe 9 PTB, if you enable the don't interact with systems setting for the connection. You should find that |
Yeah, windows is on its last legs with me, and most definitely, it's not worth it. Looks like I found a reason to go fully Linux. Closing out this ticket! |
if you still have your window system, you can try this: #257 (comment) |
Hello! Really enjoying this software! It's a part of my daily workflow at this point, and I love how it seamlessly works with everything... except, as usual, WINDOWS!
My Specs
Main Issue:
New > Remote Host > Simple SSH Connection
, and add in the necessary fields with the proper fields: Host, Port, User, Password Authentication AND the Key-based authentication Identity File, and click to create the connection, a window pops-up and says:Error:
The initial and 1st Log file entry for this error:
Every subsequent Log file entry for this error for this connection:
I have ensured that my
~/.ssh/config
file is set up 100% properly.I can use
ssh -i ~/.ssh/windows11 [email protected]
in Warp terminal, and it works fine, and I am launched intocmd.exe
on my Windows 11 PC.However, I cannot seem to add this to Xpipe without it resulting in the above error.
Every other system I connect to, which is all Linux, works fine, except when connecting to Windows.
Much appreciated with any assistance at your earliest convenience! 🙏
The text was updated successfully, but these errors were encountered: