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

SSHFS reconnect #228

Closed
Beechnut1 opened this issue Sep 17, 2020 · 1 comment
Closed

SSHFS reconnect #228

Beechnut1 opened this issue Sep 17, 2020 · 1 comment

Comments

@Beechnut1
Copy link

Good Day All,

  SSHFS has worked for me well, but I'm having an issue with it disconnecting.  I'm looking for the best way to have it reconnect itself when it disconnects.  I'm a little bit of a novice at this but I've learned a ton over the last few weeks.  I mount the drive in this way:

sshfs -o allow_other [email protected]/path/to /path/to

I've just tried to add this at the end to see if it worked, it did not:
sshfs -o allow_other [email protected]/path/to /path/to -o reconnect,ServerAliveInterval=15,ServerAliveCountMax=3

Looking for suggestions on this. Do I need to add a command line to fstab? Or do I need to use keys? Thanks in advance

@Nikratio
Copy link
Contributor

Nikratio commented Nov 9, 2020

Thanks for your interest in SSHFS! As far as I can tell, this is a question about how to use SSHFS rather than a bug report. Could you please send your question to the SSHFS mailing list (https://lists.sourceforge.net/lists/listinfo/fuse-sshfs), instead of using the issue tracker? I'd like to reserve use of the latter to actually track issues and not use it for discussion.

Thanks!

@Nikratio Nikratio closed this as completed Nov 9, 2020
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

No branches or pull requests

2 participants