Am 27.02.2013 22:05, schrieb Reindl Harald:
> Am 27.02.2013 22:01, schrieb Ranjan Maitra:
>> I do have login access as an user, and the server does allow ssh in. I
>> just wanted to be able to mount the directory
> 
> yum install fuse-sshfs
> 
> /etc/fstab (ONE LINE! example, mount-point needs to be created before)
> sshfs#harry@testserver:/www-servers  /mnt/testserver  fuse  
> noauto,user,rw,noexec,nosuid,nodev,uid=harry,gid=users
> su -
> mkdir /mnt/testserver
> chown harry /mnt/testserver
> exit
> 
> "mount /mnt/testserver" as user NOT as root
> only you are able to see the moint-points content, even not root
> and if you are using ssh-keys they are also used here

uhm and DO NOT use symllinks in this context
they are failing or mislead you to your local folders
if the same exists which may be a big suprise after
careless changes!

Attachment: signature.asc
Description: OpenPGP digital signature

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to