Skip to content

Instantly share code, notes, and snippets.

@j4Hu
j4Hu / auto.sshfs
Last active June 5, 2024 08:34 — forked from lordtangent/auto.sshfs
universal sshfs Automount
#!/bin/bash
#
# /etc/auto.sshfs automount script
# This file must be executable to work! ( chmod 755 )
#
# PARENT: https://gist.github.com/lordtangent/0092643428b42c796415df2a20bc3861#file-auto-sshfs
IDMAP_CREATE="no"
DIR_CONF="/etc/sshfs"
SSH_KEY_NAME="id_ed25519"