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
sshfs root@<hostname or IP>:/path/to/mount /mount/point/
Example:
sshfs root@www.yourdomain.tld:/hom /mnt/