|
|
|
|
|
by jackalope
4845 days ago
|
|
The ServerAliveInterval option might also help with another issue mentioned in the post: 'sshfs_mount' is not really stable, any network failure will be troublesome' To avoid trouble with remote backups and other long running processes, I always add the following to the end of ~/.ssh/config or /etc/ssh_config: Host *
ServerAliveInterval 300
|
|