Skip to content
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 timed-out #139

Open
2 of 6 tasks
KDra opened this issue Feb 23, 2017 · 4 comments · May be fixed by #141
Open
2 of 6 tasks

Connection timed-out #139

KDra opened this issue Feb 23, 2017 · 4 comments · May be fixed by #141

Comments

@KDra
Copy link

KDra commented Feb 23, 2017

Technical data

WinSshFS

  • stable
  • prerelease
  • custom build
  • Version: <1.6.1.13>

Dokan driver

  • stable
  • prerelease
  • custom build
  • Version: Dokany <1.0.1.1000>

Enviroment

  • Windows version: <10>
  • Architecture:
  • Related software:

Support

  • Usage:
  • Your personal priority to solve this issue:
  • Support ability: some coding skills>

I use Putty to connect to my raspberry pi 3 (runs osmc) without problems but when i try to use win sshfs after 2 seconds i get the error message: " 'drive' could not connect Session operation timed out "

Putty takes slightly longer to connect and I was wondering if maybe there is a setting to allow for more time for the server to respond.

@fedorg fedorg linked a pull request Feb 25, 2017 that will close this issue
@wyu0725
Copy link

wyu0725 commented May 31, 2017

Have solved this problem? I met the same problem with my pi2 and a server.

@L0cutus
Copy link

L0cutus commented Jun 1, 2017

the same here... timed out, any idea on how to solve ?

@gooselord-0
Copy link

This has plagued me for months now. I was able to solve it after searching /var/log/auth.log (it said, "subsystem request for sftp by user ### failed, subsystem not found"). So I added the following to /etc/sshd_config (on the Raspberry Pi):

Subsytem sftp internal-sftp

...then reloaded the config file using:

sudo service sshd reload

...and then mounted again, to great profit.

@skliarie
Copy link

skliarie commented Jan 27, 2020

Had the same problem. Fixed by rebooting windows.
In /etc/ssh/sshd_config I have this:
Subsystem sftp /usr/lib/openssh/sftp-server

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants