lk/networking/ssh/sshfs.md

249 B

title tags
sshfs
Documentation
Networking

Mount

sshfs $USER@$IP_ADDRESS:$DIR

Various flags:

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

Unmount

fusermount3 -u $DIR