fstabでsshfsの自動マウント
よくやり方忘れるのでメモ。
記述例
user@hoge.com:/mnt/mount_source /mnt/sshfs fuse.sshfs auto,_netdev,users,IdentityFile=/home/user/.ssh/Keys/id_ed25519.key,allow_other,reconnect,port=12345,compression=yes,delay_connect,umask=0000 0 0
参考
fstabの基本的な書き方やオプションはここ
https://wiki.archlinux.jp/index.php/Fstab
sshfsの固有のオプション(allow_otherやIdentityFile等)についてはここ
https://wiki.archlinux.jp/index.php/SSHFS