Skip to content

Instantly share code, notes, and snippets.

@tacahiroy
Created October 23, 2020 08:42
Show Gist options
  • Save tacahiroy/9d305849dc0de493d6e93912c51cd1d4 to your computer and use it in GitHub Desktop.
Save tacahiroy/9d305849dc0de493d6e93912c51cd1d4 to your computer and use it in GitHub Desktop.
Mount the remote filesystem using sshfs that shared with all other users
USER@REMOTE-SERVER:/share /mnt/share fuse.sshfs defaults,idmap=user,allow_other,reconnect,ServerAliveInterval=120,TCPKeepAlive=yes,Compression=yes,IdentityFile=/root/.ssh/id_ed25519
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment