Re: Limiting scp access

2006-02-23 Thread Ivan Teliatnikov
You may also want to look at SCPONLY. Description: Restricts the commands available to scp- and sftp-users "scponly" is an alternative 'shell' (of sorts) for system administrators who would like to provide access to remote users to both read and write local files without providing any remote e

Re: Limiting scp access

2006-02-20 Thread Nico De Ranter
On Mon, 2006-02-20 at 13:57 +0100, Jochen Schulz wrote: > Nico De Ranter: > > > > The idea is to setup a server which is available from the Internet for 1 > > specific user using scp only, but all other users can get full ssh > > access when they are connecting from my internal network only. > >

Re: Limiting scp access

2006-02-20 Thread Jochen Schulz
Nico De Ranter: > > The idea is to setup a server which is available from the Internet for 1 > specific user using scp only, but all other users can get full ssh > access when they are connecting from my internal network only. See man 5 sshd_config for the option AllowUsers. You can qualify usern

Limiting scp access

2006-02-20 Thread Nico De Ranter
Hi, I'm trying to setup a secure replacement for an ftp server where a limited set of users should be able to connect using scp only while the other users should not be able to connect at all. I know scponly can be used to prevent a user from getting a full login using ssh, but how do I prevent