summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--sshd_config.510
2 files changed, 8 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 331a34f86..d1ad692eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -47,6 +47,9 @@
47 sshd_config: extend Match to allow AcceptEnv and {Allow,Deny}{Users,Groups} 47 sshd_config: extend Match to allow AcceptEnv and {Allow,Deny}{Users,Groups}
48 this allows 'Match LocalPort 1022' combined with 'AllowUser bauer' 48 this allows 'Match LocalPort 1022' combined with 'AllowUser bauer'
49 ok djm@ (back in March) 49 ok djm@ (back in March)
50 - jmc@cvs.openbsd.org 2012/06/19 21:35:54
51 [sshd_config.5]
52 tweak previous; ok markus
50 53
5120120519 5420120519
52 - (dtucker) [configure.ac] bz#2010: fix non-portable shell construct. Patch 55 - (dtucker) [configure.ac] bz#2010: fix non-portable shell construct. Patch
diff --git a/sshd_config.5 b/sshd_config.5
index 9ef0bcaa8..1b9ffad4c 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -33,7 +33,7 @@
33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: sshd_config.5,v 1.141 2012/06/19 18:25:28 markus Exp $ 36.\" $OpenBSD: sshd_config.5,v 1.142 2012/06/19 21:35:54 jmc Exp $
37.Dd $Mdocdate: June 19 2012 $ 37.Dd $Mdocdate: June 19 2012 $
38.Dt SSHD_CONFIG 5 38.Dt SSHD_CONFIG 5
39.Os 39.Os
@@ -707,9 +707,9 @@ Only a subset of keywords may be used on the lines following a
707.Cm Match 707.Cm Match
708keyword. 708keyword.
709Available keywords are 709Available keywords are
710.Cm AcceptEnv 710.Cm AcceptEnv ,
711.Cm AllowAgentForwarding , 711.Cm AllowAgentForwarding ,
712.Cm AllowGroups . 712.Cm AllowGroups ,
713.Cm AllowTcpForwarding , 713.Cm AllowTcpForwarding ,
714.Cm AllowUsers , 714.Cm AllowUsers ,
715.Cm AuthorizedKeysFile , 715.Cm AuthorizedKeysFile ,
@@ -719,8 +719,8 @@ Available keywords are
719.Cm DenyGroups , 719.Cm DenyGroups ,
720.Cm DenyUsers , 720.Cm DenyUsers ,
721.Cm ForceCommand , 721.Cm ForceCommand ,
722.Cm GSSAPIAuthentication ,
723.Cm GatewayPorts , 722.Cm GatewayPorts ,
723.Cm GSSAPIAuthentication ,
724.Cm HostbasedAuthentication , 724.Cm HostbasedAuthentication ,
725.Cm HostbasedUsesNameFromPacketOnly , 725.Cm HostbasedUsesNameFromPacketOnly ,
726.Cm KbdInteractiveAuthentication , 726.Cm KbdInteractiveAuthentication ,
@@ -733,8 +733,8 @@ Available keywords are
733.Cm PermitRootLogin , 733.Cm PermitRootLogin ,
734.Cm PermitTunnel , 734.Cm PermitTunnel ,
735.Cm PubkeyAuthentication , 735.Cm PubkeyAuthentication ,
736.Cm RSAAuthentication ,
737.Cm RhostsRSAAuthentication , 736.Cm RhostsRSAAuthentication ,
737.Cm RSAAuthentication ,
738.Cm X11DisplayOffset , 738.Cm X11DisplayOffset ,
739.Cm X11Forwarding 739.Cm X11Forwarding
740and 740and