search for: filedrop

Displaying 2 results from an estimated 2 matches for "filedrop".

2005 Feb 03
1
Problems with rsync server over ssh client
...and gid directives. My goal is to create a "dropbox" repository for files where a user can basically rsync a file to another allow on the rsync server and allow rsync to handle changing overship on that rsync. For example: rsync foo.txt -av --rsh="ssh -l joeuser" joeuser@filedrop::repository/ And my rsyncd.conf looks like this: uid = root gid = root syslog facility = local5 pid file = /var/run/rsyncd.pid [repository] path = /home/janeuser/dropbox comment = Jane User Dropbox auth users = joeuser janeuser read only = fal...
2024 Jul 30
11
[Bug 3715] New: safely_chroot is a little too restrictive: noexec or nosuid should be enough
...case is you want a lot of sftp users; each chrooted into their own home directory, and each having write access to their own home directory; where each can see no other. Basically, there's no reason in particular this configuration shouldn't work: Subsystem sftp internal-sftp Match Group filedrop ChrootDirectory %h AllowTCPForwarding no X11Forwarding no where the home directories of all the users are under /u and /u is mounted noexec. I was pretty much able to just fix the problem on the first attempt except for I got lost in autoconf; I have a patch available that still needs...