Ubuntu – Automatically mount sshfs on startup

automountsshfsupstart

Is it possible to automatically mount a sshfs filesystem whenever the connection goes up?

Best Answer

Does Upstart in Ubuntu work with network events? For sure you can place scripts in /etc/network/if-up.d and /etc/network/if-down.d. There is a guide on Ubuntu Forums.

Does this help enough?