Re: mounting NFS directory with read write access

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




Am 27.02.2013 21:24, schrieb Patrick O'Callaghan:
>> As a user:
>>    man sshfs
> 
> AFAIK sshfs is not installed by default, so "yum install fuse-sshfs"
> would be a prerequisite.
> 
> Also, the NFS server need not necessarily support ssh, and even if it
> does the user would need to have a login account. Some dedicated NFS
> servers have restricted access in that sense

the user does NOT need a login-session for sshfs/scp/sftp
100% for sure his does not, my boss has "/sbin/nologin" as
shell and sftp access with WinSCP like any other sftp/scp client

additionally sshd supports chroot since years and in combination
with bind-mounts and short scripts you can fully replace any
FTP-server and with fuse-sshfs use it like a lokal disk
______________________________________

/etc/ssh/sshd_config

Match Group sftp-users
  ChrootDirectory /usr/local/sftp-homes
  AllowTCPForwarding no

Match User builduser
  ChrootDirectory /mnt/fileserver/yum-repo/
  AllowTCPForwarding no

Attachment: signature.asc
Description: OpenPGP digital signature

-- 
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
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
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux