- jmc@cvs.openbsd.org 2012/06/19 21:35:54

[sshd_config.5]
     tweak previous; ok markus
This commit is contained in:
Damien Miller 2012-06-20 21:54:15 +10:00
parent c24da77015
commit f8268503d1
2 changed files with 8 additions and 5 deletions

View File

@ -47,6 +47,9 @@
sshd_config: extend Match to allow AcceptEnv and {Allow,Deny}{Users,Groups} sshd_config: extend Match to allow AcceptEnv and {Allow,Deny}{Users,Groups}
this allows 'Match LocalPort 1022' combined with 'AllowUser bauer' this allows 'Match LocalPort 1022' combined with 'AllowUser bauer'
ok djm@ (back in March) ok djm@ (back in March)
- jmc@cvs.openbsd.org 2012/06/19 21:35:54
[sshd_config.5]
tweak previous; ok markus
20120519 20120519
- (dtucker) [configure.ac] bz#2010: fix non-portable shell construct. Patch - (dtucker) [configure.ac] bz#2010: fix non-portable shell construct. Patch

View File

@ -33,7 +33,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\" .\"
.\" $OpenBSD: sshd_config.5,v 1.141 2012/06/19 18:25:28 markus Exp $ .\" $OpenBSD: sshd_config.5,v 1.142 2012/06/19 21:35:54 jmc Exp $
.Dd $Mdocdate: June 19 2012 $ .Dd $Mdocdate: June 19 2012 $
.Dt SSHD_CONFIG 5 .Dt SSHD_CONFIG 5
.Os .Os
@ -707,9 +707,9 @@ Only a subset of keywords may be used on the lines following a
.Cm Match .Cm Match
keyword. keyword.
Available keywords are Available keywords are
.Cm AcceptEnv .Cm AcceptEnv ,
.Cm AllowAgentForwarding , .Cm AllowAgentForwarding ,
.Cm AllowGroups . .Cm AllowGroups ,
.Cm AllowTcpForwarding , .Cm AllowTcpForwarding ,
.Cm AllowUsers , .Cm AllowUsers ,
.Cm AuthorizedKeysFile , .Cm AuthorizedKeysFile ,
@ -719,8 +719,8 @@ Available keywords are
.Cm DenyGroups , .Cm DenyGroups ,
.Cm DenyUsers , .Cm DenyUsers ,
.Cm ForceCommand , .Cm ForceCommand ,
.Cm GSSAPIAuthentication ,
.Cm GatewayPorts , .Cm GatewayPorts ,
.Cm GSSAPIAuthentication ,
.Cm HostbasedAuthentication , .Cm HostbasedAuthentication ,
.Cm HostbasedUsesNameFromPacketOnly , .Cm HostbasedUsesNameFromPacketOnly ,
.Cm KbdInteractiveAuthentication , .Cm KbdInteractiveAuthentication ,
@ -733,8 +733,8 @@ Available keywords are
.Cm PermitRootLogin , .Cm PermitRootLogin ,
.Cm PermitTunnel , .Cm PermitTunnel ,
.Cm PubkeyAuthentication , .Cm PubkeyAuthentication ,
.Cm RSAAuthentication ,
.Cm RhostsRSAAuthentication , .Cm RhostsRSAAuthentication ,
.Cm RSAAuthentication ,
.Cm X11DisplayOffset , .Cm X11DisplayOffset ,
.Cm X11Forwarding .Cm X11Forwarding
and and