Subjectively

dd if=/dev/random | kirk > blog

Subjectively header image 2

Mount a remote filesystem over SSH

May 15th, 2008 · No Comments · Linux

First of all I’d like to give credit to this site for the original material.

Here are the instructions for Fedora 8 for brevity:

yum install fuse-utils sshfs

mkdir /mnt/sshfs

groupadd sshusers

chgrp sshusers /mnt/sshfs

chmod g+w /mnt/sshfs

Now you can add users to the sshusers group:

usermod -G sshusers -a someuser

and those users can mount ssh “shares” like this:
sshfs remote-user@remote.server:/remote/directory /mnt/sshfs

Tags:

No Comments so far ↓

There are no comments yet...Kick things off by filling out the form below.

Leave a Comment

You must log in to post a comment.