Skip to content

Instantly share code, notes, and snippets.

@lazamar
Created February 18, 2021 12:02
Show Gist options
  • Save lazamar/637bd4e39e947e1434f6d2cbeb46e47a to your computer and use it in GitHub Desktop.
Save lazamar/637bd4e39e947e1434f6d2cbeb46e47a to your computer and use it in GitHub Desktop.
sshfs cheatsheet

Mounting

sshfs {user}@{host}:{path} {mounting_path} -o ServerAliveInterval=60 -o allow_other

MacOS unmount

umount -f {path}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment