Table of Contents

Mount Filesystem via SSH

Installation (Ubuntu 8.04 LTS)

 sudo apt-get install sshfs

Verwendung

1. create mountpoint

 mkdir ~/sshfs

2. mount (possible without root privileges)

 sshfs user@host:/data/ ~/sshfs

3. umount

 fusermount -u /sshfs/

Problems

Connection Timeout

Solution:

  ServerAliveInterval 60 # alle 60 Sekunden

you ever mount 1T Dataspace … ignore that