Hi

I'm trying to mount a device with shfs. Due to its not possible to use public key auth
i have tried to mount it automaticly with the empty command.
But up to now I wasn't able to mount it.

Does anybody know the correct commands or another way to mount the device?


#!/bin/sh

empty -f -i in -o out shfs -n user@host.com /mnt/net
empty -w -i out -o in "assword:" "TopSecret\n"          //the fingerprint is already accepted

thnaks kloud