Re: sftp upload only
Brought to you by:
xystrus
From: Derek M. <co...@pi...> - 2004-01-31 11:00:16
|
On Wed, Jan 28, 2004 at 11:26:02AM +0100, Francisco Peralta Aguaron wrote: > maybe somebody can help me.. > I#m looking for a solution to implement somehow an upload only space > with sftp or scp, where different users should be able to upload files > on a directory but not being able to delete things from (maybe there > is some option not mentioned in the manual of rssh.conf where i can > disable the deletion of a file?) because aproaching this problem only > with chmod seems rather difficult.. ;) I'm sorry, but this is simply not possible with any existing implementation of SSH. You'd have to re-write the clients to disallow copying from the remote host. I suspect this would be a difficult task. Or, well, it might be possible to implement that feature in rssh, but I have no intention of doing it... I'm basically done working on this thing. There are a few unresolved issues with it, which I may get around to dealing with eventually. Basically, I don't have a lot of time to deal with this these days. I've moved to South Korea, where I teach English, and I've only just gotten my Internet connection after having been here for 5 months. I've also lost my CVS repository for rssh, though I can probably recover that with a little effort, or I could start another from the source tarball. My motivation level to work on rssh these days is extremely low... In fact, if someone would like to take over maintaining it, I'd be happy to give it up. I sent someone on this list a tarball for rssh 2.1.2, which contains a small fix for using rssh with certain clients, as well as support for cvs and rsync/rdist. If that person it still tuned in, and still has that tarball, I'd greatly appreciate it if they would send it to me. Thanks -- Derek D. Martin http://www.pizzashack.org/ GPG Key ID: 0x81CFE75D |