diff options
author | 2012-06-19 21:35:54 +0000 | |
---|---|---|
committer | 2012-06-19 21:35:54 +0000 | |
commit | f4fff24d8cf5e2fffcc76242068729d382dd71d6 (patch) | |
tree | c24e476164575f4d925c31419543fc939aec08dd /usr.bin/ssh/sshd_config.5 | |
parent | various small markup fixes; ok lum (diff) | |
download | wireguard-openbsd-f4fff24d8cf5e2fffcc76242068729d382dd71d6.tar.xz wireguard-openbsd-f4fff24d8cf5e2fffcc76242068729d382dd71d6.zip |
tweak previous; ok markus
Diffstat (limited to 'usr.bin/ssh/sshd_config.5')
-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 |