Update mount-hidrive.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user