On 30/08/12 16:20, Brian wrote:
> On Thu 30 Aug 2012 at 14:37:34 +0100, Roger Lynn wrote:
>> I want to force everyone except members of a particular group to run sftp
>> when they ssh into a server. So at the end of /etc/ssh/sshd_config I have:
>>
>> Match Group !sshers
>> ForceCommand /usr/lib/
On Thu, 30 Aug 2012 14:37:34 +0100, Roger Lynn wrote:
> I want to force everyone except members of a particular group to run
> sftp when they ssh into a server. So at the end of /etc/ssh/sshd_config
> I have:
>
> Match Group !sshers
> ForceCommand /usr/lib/openssh/sftp-server
>
> However I can
On Thu 30 Aug 2012 at 14:37:34 +0100, Roger Lynn wrote:
> I want to force everyone except members of a particular group to run sftp
> when they ssh into a server. So at the end of /etc/ssh/sshd_config I have:
>
> Match Group !sshers
> ForceCommand /usr/lib/openssh/sftp-server
>
> However I can
Hi,
I want to force everyone except members of a particular group to run sftp
when they ssh into a server. So at the end of /etc/ssh/sshd_config I have:
Match Group !sshers
ForceCommand /usr/lib/openssh/sftp-server
However I can't get the group negation to work. If I remove the '!' it works
as
4 matches
Mail list logo