From 0145117b088e7877b9af6cf741f1590df97ece76 Mon Sep 17 00:00:00 2001 From: Tilman Date: Wed, 2 Sep 2020 08:54:21 +0000 Subject: [PATCH] Update mount-hidrive.sh --- cubon/usr/local/bin/mount-hidrive.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cubon/usr/local/bin/mount-hidrive.sh b/cubon/usr/local/bin/mount-hidrive.sh index e69de29..1621ac7 100644 --- a/cubon/usr/local/bin/mount-hidrive.sh +++ b/cubon/usr/local/bin/mount-hidrive.sh @@ -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