Tagged Questions
1
vote
2answers
256 views
How to automatically mount remote directories on login / startup
Everytime I boot, I use sshfs to mount remote directories. I am thinking to put these short commands in my .bashrc, but that does not seem to be The Right Way™.
What is the proper way to run sshfs on ...