Kartenserver Aktien über sshfs

·

Installation auf Debian

apt-get install sshfs
mkdir / media / xxx
ssh-keygen
ssh-copy-id -i ~ / .ssh / id_rsa.pub [email protected]

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