2014-11-28 17:02:20 +01:00
|
|
|
# Local directory where the remote storages should be mounted to
|
|
|
|
|
LOCALMOUNTDIR=/home/user/remote
|
|
|
|
|
|
|
|
|
|
## mnt-sftp.sh
|
2015-04-02 13:20:36 +03:00
|
|
|
# Please insert predefined hosts in your SSH Config-file (default ~/.ssh/config). Please use keyfiles for passwordless authentication.
|
|
|
|
|
SSHCONFIG=$HOME/.ssh/config
|
|
|
|
|
|
|
|
|
|
# If you don't want to use your .ssh/config file or need to define the passwords manually, you can add predefined entries here.
|
2017-04-05 16:59:39 +02:00
|
|
|
# Format: user;host;port;pass;path;localpath
|
|
|
|
|
#PRESSH[0]='user1;domain1.org;22;secretpassword1;/;/home/mypc/remote'
|
|
|
|
|
#PRESSH[1]='user2;domain2.org;23;secretpassword2;/home/user2/;/media/mylocalspace'
|