Re: sshd_config

2022-09-07 Thread jr
Greg + Markus, mandatory, ok. thanks for replying. re "well out of date" yep, like the man.. :-) regards.

Re: sshd_config

2022-09-07 Thread Markus Schönhaber
07.09.22, 18:17 +0200 jr: am fairly new to Debian and am puzzled that the 'sshd_config' file does not have a setting for the 'UsePrivilegeSeparation' keyword. it is also not mentioned in the man page. on another machine (not Debian) I have OpenSSH s/ware installed which provides the option; th

Re: sshd_config

2022-09-07 Thread Greg Wooledge
On Wed, Sep 07, 2022 at 05:17:22PM +0100, jr wrote: > am fairly new to Debian and am puzzled that the 'sshd_config' file > does not have a setting for the 'UsePrivilegeSeparation' keyword. it > is also not mentioned in the man page. It's no longer optional. It became mandatory in OpenSSH version

Re: sshd_config match keyword syntax

2012-09-03 Thread Roger Lynn
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/

Re: sshd_config match keyword syntax

2012-08-30 Thread Camaleón
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

Re: sshd_config match keyword syntax

2012-08-30 Thread Brian
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

Re: sshd_config and OpenPermit

2011-05-05 Thread Jerome BENOIT
Hello List ! On 04/05/11 17:24, Jerome BENOIT wrote: Hello List, On 04/05/11 16:52, Camaleón wrote: On Wed, 04 May 2011 04:41:32 +0200, Jerome BENOIT wrote: I am trying to restrict ssh port forwarding to one port on my Squeeze box: my current understanding is that I may play with the OpenPer

Re: sshd_config and OpenPermit

2011-05-04 Thread Jerome BENOIT
Hello List, On 04/05/11 16:52, Camaleón wrote: On Wed, 04 May 2011 04:41:32 +0200, Jerome BENOIT wrote: I am trying to restrict ssh port forwarding to one port on my Squeeze box: my current understanding is that I may play with the OpenPermit option in sshd_config. You meant "PermitOpen", ri

Re: sshd_config and OpenPermit

2011-05-04 Thread Camaleón
On Wed, 04 May 2011 04:41:32 +0200, Jerome BENOIT wrote: > I am trying to restrict ssh port forwarding to one port on my Squeeze > box: my current understanding is that I may play with the OpenPermit > option in sshd_config. You meant "PermitOpen", right? :-) > By default OpenPermit is set to `