SSHFS
To mount a remote filesystem using sshfs do
sshfs user@212.61.33.42:/ /mnt
To unmount:
fusermount -u /mnt
If you get permission errors, make sure the user doing the mounting is in the "fuse" group
usermod -G fuse userid
To mount a remote filesystem using sshfs do
sshfs user@212.61.33.42:/ /mnt
To unmount:
fusermount -u /mnt
If you get permission errors, make sure the user doing the mounting is in the "fuse" group
usermod -G fuse userid