Archive for December, 2007

Mount via sshfs in Debian

Monday, December 10th, 2007

Host Machine
On your host machine install “fuse-utils libfuse2 sshfs”.
apt-get install fuse-utils libfuse2 sshfs
Next you have to load the module fuse on your host machine
modprobe “fuse”
Client Machine
On your Client machine install “sshfs”.
apt-get install sshfs
Connecting the Mount
sshfs uses almost the same syntax of scp with the exception of the port switch being the same as ssh and [...]