improve sshfs robustness

This commit is contained in:
Pim Kunis 2023-04-21 09:29:28 +02:00
parent 381fd337bf
commit 9a83bd6f4f

View file

@ -56,4 +56,4 @@
path: "/mnt/atlas"
state: mounted
fstype: fuse.sshfs
opts: "noauto,x-systemd.automount,_netdev,idmap=user,allow_other,reconnect,ro"
opts: "x-systemd.automount,_netdev,idmap=user,allow_other,reconnect,ro,ServerAliveInterval=15,ServerAliveCountMax=3"