Kartenserver Aktien über sshfs

Installation auf Debian

apt-get install sshfs
mkdir / media / xxx
ssh-keygen
ssh-copy-id -i ~ / .ssh / id_rsa.pub username@xxx.com

vi /etc/rc.local (Diese Datei wird nach Netzwerk ausführen aktiviert)

sshfs -o allow_other xxx @ xxx:/var / www / / media / xxx
sshfs -o allow_other xxx @ xxx:/var / www / / media / xxx1