diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2012-06-19 21:35:55 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2012-06-19 21:35:55 +0000 |
commit | 22e0e7f8cb493395cd240f44723861416a135ce9 (patch) | |
tree | 86e27963853b0a01260ddef3ff91621933ddf5a6 /usr.bin | |
parent | fbf4b06b1f1425c8744822f2796a36019ec1e967 (diff) |
tweak previous; ok markus
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/sshd_config.5 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/ssh/sshd_config.5 b/usr.bin/ssh/sshd_config.5 index 195c57f13cd..d2f857d8191 100644 --- a/usr.bin/ssh/sshd_config.5 +++ b/usr.bin/ssh/sshd_config.5 @@ -33,7 +33,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" 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 $ .Dt SSHD_CONFIG 5 .Os @@ -708,9 +708,9 @@ Only a subset of keywords may be used on the lines following a .Cm Match keyword. Available keywords are -.Cm AcceptEnv +.Cm AcceptEnv , .Cm AllowAgentForwarding , -.Cm AllowGroups . +.Cm AllowGroups , .Cm AllowTcpForwarding , .Cm AllowUsers , .Cm AuthorizedKeysFile , @@ -720,8 +720,8 @@ Available keywords are .Cm DenyGroups , .Cm DenyUsers , .Cm ForceCommand , -.Cm GSSAPIAuthentication , .Cm GatewayPorts , +.Cm GSSAPIAuthentication , .Cm HostbasedAuthentication , .Cm HostbasedUsesNameFromPacketOnly , .Cm KbdInteractiveAuthentication , @@ -734,8 +734,8 @@ Available keywords are .Cm PermitRootLogin , .Cm PermitTunnel , .Cm PubkeyAuthentication , -.Cm RSAAuthentication , .Cm RhostsRSAAuthentication , +.Cm RSAAuthentication , .Cm X11DisplayOffset , .Cm X11Forwarding and |