anoushkrit / open-setups

step-by-step guides to installing various softwares which don't have an easy way to get installed
GNU General Public License v3.0
0 stars 0 forks source link

persistent `sshfs` setup #9

Open anoushkrit opened 2 months ago

anoushkrit commented 2 months ago

sshfs user@example.com:/remote/path /local/mount/point -o reconnect,ServerAliveInterval=15
OR 
sshfs hostname:/remote/path/ /mount_point -o reconnect,ServerAliveInterval=15