diff options
author | 2008-06-15 16:55:38 +0000 | |
---|---|---|
committer | 2008-06-15 16:55:38 +0000 | |
commit | 352d4f389d9dfc6c1deddcfb8809828cbba94c6e (patch) | |
tree | 93f3ec9a28e16f9fd773c74ae5c50ead00bd922a | |
parent | Don't see rx_abs_int_delay if rx_int_delay is not set. Setting (diff) | |
download | wireguard-openbsd-352d4f389d9dfc6c1deddcfb8809828cbba94c6e.tar.xz wireguard-openbsd-352d4f389d9dfc6c1deddcfb8809828cbba94c6e.zip |
MaxSessions is allowed in a Match block too
-rw-r--r-- | usr.bin/ssh/sshd_config.5 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/ssh/sshd_config.5 b/usr.bin/ssh/sshd_config.5 index 30c9c2ecf92..8aa97322ee0 100644 --- a/usr.bin/ssh/sshd_config.5 +++ b/usr.bin/ssh/sshd_config.5 @@ -34,8 +34,8 @@ .\" (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.93 2008/06/10 07:12:00 jmc Exp $ -.Dd $Mdocdate: June 10 2008 $ +.\" $OpenBSD: sshd_config.5,v 1.94 2008/06/15 16:55:38 dtucker Exp $ +.Dd $Mdocdate: June 15 2008 $ .Dt SSHD_CONFIG 5 .Os .Sh NAME @@ -602,6 +602,7 @@ Available keywords are .Cm HostbasedAuthentication , .Cm KbdInteractiveAuthentication , .Cm KerberosAuthentication , +.Cm MaxSessions , .Cm PasswordAuthentication , .Cm PermitOpen , .Cm PermitRootLogin , |