SSHFS
From DevOps Notebook
Revision as of 13:50, 12 July 2021 by MilosZ (talk | contribs) (Created page with "== Add sshfs to fstab == Simple: <pre> sshfs#[email protected]:/pathremote /mnt/pathlocal </pre> Advanced: <pre> sshfs#[email protected]:/pathremote /mnt/pathlocal fuse def...")
Add sshfs to fstab
Simple:
sshfs#[email protected]:/pathremote /mnt/pathlocal
Advanced:
sshfs#[email protected]:/pathremote /mnt/pathlocal fuse defaults,idmap=user,allow_other,reconnect,_netdev,users,IdentityFile=/path/to/.ssh/keyfile 0 0