lk/networking/ssh/sshfs.md
2025-02-24 09:19:15 +01:00

252 B

title tags requires
sshfs
networking
ssh

Mount

sshfs $USER@$IP_ADDRESS:$DIR

Various flags:

  • Encryption: -C
  • Map between local and remote user UIDs: -o idmap-user

Unmount

fusermount3 -u $DIR