This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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" |