18 lines
245 B
Markdown
18 lines
245 B
Markdown
---
|
|
title: "sshfs"
|
|
tags: [ "Documentation", "networking" ]
|
|
---
|
|
# Mount
|
|
|
|
> sshfs alfred@192.168.0.14:Sync/Alfred
|
|
|
|
Various flags:
|
|
|
|
- Encryption: -C
|
|
- Map between local and remote user UIDs: -o idmap-user
|
|
|
|
# Unmount
|
|
|
|
> fusermount3 -u Sync/Alfred
|
|
|