Import directories from other Linux-computers
Required packages:
CentOS (the packages can be found in the RPMforge repository):
Ubuntu
The user who wants to import the directories has to be a member of the fuse-group (relogin after the change):
usermod -aG fuse username
You can now mount a directory via:
sshfs username@palma:/home/u/username /mountpoint
If you have configured authentication via keys, no password is necessary here.
Unmounting works as follows:
fusermount -u /mountpoint
--
HolgerAngenent - 2014-05-19