Re: Scp sftp with no shell access or restricted access

2006-11-16 Thread Johan Swensson
I like the idea having a scponly-account. But I'm used to run pure-ftpd and limiting users bandwidth. Is there any way to do this?

Re: Scp sftp with no shell access or restricted access

2006-11-16 Thread Mark Senior
I have a feeling that might not be very robust if you're allowing sftp or scp to anywhere a user normally has access to - a user could then download their own authorized_keys file, edit it to give themselves shell access, and then upload it. Another option might be to use the Match option in

Re: Scp sftp with no shell access or restricted access

2006-11-14 Thread Thiago LPS
set the shell of user to /usr/lib/ssh/sftp-server usermod user -s /usr/lib/ssh/sftp-server :D On 11/12/06, Massimo [EMAIL PROTECTED] wrote: Hello, I need to provide users with sftp and scp access to unix servers without the possibility to open a shell on the server. It would also be

Re: Scp sftp with no shell access or restricted access

2006-11-14 Thread Olaf Hoyer
On Sun, 12 Nov 2006, Massimo wrote: Hello, I need to provide users with sftp and scp access to unix servers without the possibility to open a shell on the server. It would also be useful to give user: 1) restricted shell 2) Chroot sftp/scp access I need to do this kind of condiguration on

Re: Scp sftp with no shell access or restricted access

2006-11-14 Thread Derek Martin
On Sun, Nov 12, 2006 at 02:41:20PM +0100, Massimo wrote: I need to provide users with sftp and scp access to unix servers without the possibility to open a shell on the server. Well, you give some good keywords to search for right in your message: It would also be useful to give user: 1)

Re: Scp sftp with no shell access or restricted access

2006-11-14 Thread Rob Creely
On 11/12/06, Massimo [EMAIL PROTECTED] wrote: Hello, I need to provide users with sftp and scp access to unix servers without the possibility to open a shell on the server. It would also be useful to give user: 1) restricted shell 2) Chroot sftp/scp access I need to do this kind of