lk/networking/ssh/sshfs.md
Malin Freeborn ba8026e0c3
change formatting
input examples are now given as

```bash
input $ARG1
```

While outputs use md's '> ' sign as a quote.
2023-06-17 21:28:20 +02:00

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