initial commit
This commit is contained in:
13
networking/ssh/sshfs.md
Normal file
13
networking/ssh/sshfs.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# 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
|
||||
|
Reference in New Issue
Block a user