Skip to main content

Mount a remote filesystem over SSH

·1 min
  • Install SSHFS.
  • Add something like the following to the /etc/fstab file. (Here, you can put more specific path after the colon in the first term.)
    de1682@de1682.rsync.net: /mnt/rsync  fuse.sshfs noauto,x-systemd.automount,_netdev,IdentityFile=/root/.ssh/id_ed25519,allow_other,reconnect 0 0
    
  • Restart the computer.

Resources: