This is an old revision of the document!
SSHFS is a simple way to mount remote filesystems accessible via SSH.
yum install sshfs
sudo apt-get update sudo apt-get install sshfs
Use
sudo
as necessary on Ubuntu/Debian.
sshfs root@<hostname or IP>:/path/to/mount /mount/point/
Example:
sudo mkdir /mnt/www sudo chmod 777 /mnt/www sshfs root@www.yourdomain.tld:/home /mnt/www/