-
Notifications
You must be signed in to change notification settings - Fork 268
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
Connection reset by peer #95
Comments
What version of sshfs-win do you use? |
I am using the newest version that isnt in beta. I downloaded the msi yesterday
…On Jun 17, 2019, 8:15 AM, at 8:15 AM, Vladimir Varlamov ***@***.***> wrote:
What version of sshfs-win do you use?
--
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub:
#95 (comment)
|
any ideas, should i be using a certain set of options? |
I'm getting this problem as well, however I downloaded latest beta for both:
Version is the latest
Btw I also get System error 67 has occurred if I try to use the Something is badly broken. P.S. SSH and SFTP works, I've tried with ssh.exe provided by Windows 10 and with WinSCP:
|
I think i figured out what might be the issue here. SSHFS might not be calling the correct ssh program? |
I had this very same issue - for whatever reason it doesn't matter if you have the path set in the environment variable or not, the path NEEDS to be set inside the command prompt before running the command. For me, running just
gives me
but running
allows me to connect successfully |
If you change the environment variables in windows to move SSHFS\bin ABOVE the windows SSH bin directory, it works. |
And by the way: a very easy typo (forgetting the final colon on
(connects to the correct host, at least)
(tried to connect to X) |
This is not strictly correct. In fact, by issuing
you are doing much more than adding As @dorkbox has commented, adding
But that is only a workaround, as you probably do not want to use SSHFS'
should prefer an https://github.com/libfuse/sshfs/blob/8340a67b31112a32469cca0e0a94f965d4200021/sshfs.c#L1191 So my proposed fix, without any
|
duplicate issue |
Should |
Having thought about this for half a day, I would say yes. In light of this issue and its duplicates (#39, #74 and maybe more), there are a lot of related issues that would be solved. In addition, in my testing on my system, I have not found any other Finally, users should still be able to pass another The alternative would be to reorganize the file structure of the installer to place
Both are working for me. I cannot really say why, as I have only a very basic idea how Cygwin paths work. I thought the issue may be related to this, but maybe it's not: Sorry I'm cannot be more helpful here. |
Worked ! Thanks .. set PATH=C:\Program Files\SSHFS-Win\bin Adding & exit to command prompt again. |
Please try the latest release: SSHFS-Win 2021.1 Beta. SSHFS-Win now passes the |
It did not work for me.
|
The issue was solved for me after deleting c:\Users[user].ssh\config (maybe an incompatibility with other installed versions of ssh) |
I have tried this solution (and also the other with "set PATH=..."). In both cases, the command remains permanently stuck, no debug message appears. |
I have tried the beta release, but it did not do anything for me, like @softlion says. If I add the "-o ssh_command=bin/ssh.exe" it seems to get permanently stuck. |
This issue is a duplicate of #74 where I posted some good news in #74 (comment) |
@cjwijtmans wrote "...SSHFS might not be calling the correct ssh program? So the reason setting the path works is that by doing so, you removed the problematic version of ssh from the path. Thank you, that works for me too. |
I get this message every time when running ssh from powershell
command is
sshfs user@host:/path/to/home DRIVE:
it is authenticating successfully and then quitting
i could use some help fixing this
The text was updated successfully, but these errors were encountered: