[KLUG Members] How can outsider transfer files to my server without shell access?

Dirk H Bartley dbartley at schupan.com
Thu Oct 13 11:16:36 EDT 2005


On Thu, 2005-10-13 at 10:28 -0400, John Pesce wrote:
> I need a way for a client to regularly transfer files to my server
> without giving them shell access. They prefer a command line something
> so they can just modify their scripts. 
> My IT border router police strongly discourage FTP because of the clear
> text passwords. I'd love to give them sftp or scp access, but I don't
> want them to have shell access or be able to wonder around my
> filesystem. I looked at rssh, but the support seems thin, I'm not sure I
> if I can trust it, and I can't get the jail option working.

I have set up scp in a chroot jail before.

http://www.sublimation.org/scponly/
http://freshmeat.net/projects/scponly/

I think this was the project.  Relatively straight forward.

I've also set up ftps which is different from sftp, but not in a jail.

Dirk

> 
> I was thinking of something like wget that would let them post a file to
> my webserver. wput seems to connect to ftp servers, isn't that just
> another ftp client?  I didn't see anything in my Redhat Enterprise or
> Suse 9.3 package lists that appeared applicable. Some kind of security
> would be nice so that anybody doesn't start uploading files.
> 
> This seems like it would be a simple and common thing to do.



More information about the Members mailing list