improve sshfs robustness
This commit is contained in:
parent
381fd337bf
commit
9a83bd6f4f
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Reference in a new issue