You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The -o reconnect option is not working, it does not survive a short network disconnection.
To reproduce, connect using the command line, then unplug the network for a moment and plug again.
The terminal hangs for some time, and the this error appears:
The ssh.exe process does not start again. I think this issue is the same as #49.
I tried autossh using this command line option: -o ssh_command=autossh -M 0 -vv, but although it keeps the ssh.exe alive and trying to reconnnect, it does not restore the sshfs activity and the drive remains unavailable.
My setup:
WinFsp-FUSE version 2.8
SSHFS version 2.7
OpenSSH_7.5p1, OpenSSL 1.0.2k 26 Jan 2017
Local Windows 10
Remote Centos 7
The -o reconnect option is not working, it does not survive a short network disconnection.
To reproduce, connect using the command line, then unplug the network for a moment and plug again.
The terminal hangs for some time, and the this error appears:
The ssh.exe process does not start again. I think this issue is the same as #49.
I tried
autossh
using this command line option:-o ssh_command=autossh -M 0 -vv
, but although it keeps the ssh.exe alive and trying to reconnnect, it does not restore the sshfs activity and the drive remains unavailable.My setup:
My sshfs command line:
The text was updated successfully, but these errors were encountered: