System hang when using SSHFS
- by Borivoje Petrovic
This is just a quick note that I want to share with others. It is about the problem that I encountered with my office machine. It was hanging continuously when ssh mount was used.
The main problem is, as I assumed, the termination of ssh session, which caused the sshfs not to respond.
The solution for this issue is the
ServerAliveInterval 60 directive in /etc/ssh/ssh_config file.
Hope this someone help!