Files
smart-home/cubon/usr/local/bin/mount-hidrive.sh
T
2020-09-02 08:54:21 +00:00

6 lines
258 B
Bash

#!/bin/sh
# mit Passwort-Eingabe
#sshfs -o allow_other -o workaround=rename tilman@sftp.hidrive.strato.com:public /media/hidrive
# mit SSH-Key
sshfs -o IdentityFile=/home/tilman/.ssh/id_rsa -o allow_other tilman@sftp.hidrive.strato.com:public /media/hidrive