Using Ubuntu 22.04. My fstab entry:
some_user@some_storagebox.com:~/somedir /mnt/volume fuse.sshfs defaults,allow_other,reconnect,_netdev,users,ServerAliveInterval=15,identityfile=~/.ssh/id_rsa,uid=101,gid=101,ServerAliveCountMax=3 0 0
The first interesting thing is that I'm trying to test if fstab line works by trying to mount volume with:
mount /mnt/volume-1
storage requires to enter password although I'm using rsa key with
identityfile
parameter.
After reboot volume wasn't be mounted.I have no clue why it happening.