Update mount-hidrive.sh

This commit is contained in:
2020-09-02 08:54:21 +00:00
parent 953ebfc0ac
commit 0145117b08
+5
View File
@@ -0,0 +1,5 @@
#!/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