Re: need a restricted shell

2006-09-07 Thread David Robillard
I am looking for a shell that will allow Subversion to be run over ssh but not allow interactive login or if it allows interactive login, will only allow Subversion commands to be run... Any ideas on how to accomplish this? Hi Chad, You could install the shells/scponly port and build it with

Re: need a restricted shell

2006-09-07 Thread Daniel Bye
need for each of your developers to have an account on the server. By specifying the command to be run with each key, you tell sshd not to allow any other type of activity, so there is no real need for a restricted shell. However, other suggestions about limiting which IP's can connect and which

Re: need a restricted shell

2006-09-07 Thread Chad Leigh -- Shire.Net LLC
On Sep 7, 2006, at 7:35 AM, David Robillard wrote: I am looking for a shell that will allow Subversion to be run over ssh but not allow interactive login or if it allows interactive login, will only allow Subversion commands to be run... Any ideas on how to accomplish this? Hi Chad, You

need a restricted shell

2006-09-06 Thread Chad Leigh -- Shire.Net LLC
I am looking for a shell that will allow Subversion to be run over ssh but not allow interactive login or if it allows interactive login, will only allow Subversion commands to be run... Any ideas on how to accomplish this? I have been looking at various shell lists in ports but nothing

Re: need a restricted shell

2006-09-06 Thread hackmiester (Hunter Fuller)
On 6 September 2006, at 15:55, Chad Leigh -- Shire.Net LLC wrote: I am looking for a shell that will allow Subversion to be run over ssh but not allow interactive login or if it allows interactive login, will only allow Subversion commands to be run... Any ideas on how to accomplish