Difference between revisions of "SSHFS"
From DevOps Notebook
(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...") |
(No difference)
|
Latest revision as of 13:50, 12 July 2021
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