diff options
author | 2008-04-05 02:46:02 +0000 | |
---|---|---|
committer | 2008-04-05 02:46:02 +0000 | |
commit | 37d7b347478ff5ca9a59e3ec65e3946c5bbfe2ce (patch) | |
tree | 8c21237deed844d0e47e1433af1796f57b043623 | |
parent | ratecheck(9) only seems to be used to limit things to very coarse intervals (diff) | |
download | wireguard-openbsd-37d7b347478ff5ca9a59e3ec65e3946c5bbfe2ce.tar.xz wireguard-openbsd-37d7b347478ff5ca9a59e3ec65e3946c5bbfe2ce.zip |
HostbasedAuthentication is supported under Match too
-rw-r--r-- | usr.bin/ssh/sshd_config.5 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.bin/ssh/sshd_config.5 b/usr.bin/ssh/sshd_config.5 index 5aee2ea1be8..643f5494686 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.86 2008/04/04 06:44:26 djm Exp $ -.Dd $Mdocdate: April 4 2008 $ +.\" $OpenBSD: sshd_config.5,v 1.87 2008/04/05 02:46:02 djm Exp $ +.Dd $Mdocdate: April 5 2008 $ .Dt SSHD_CONFIG 5 .Os .Sh NAME @@ -566,7 +566,8 @@ Available keywords are .Cm ChrootDirectory , .Cm ForceCommand , .Cm GatewayPorts , -.Cm GSSApiAuthentication , +.Cm GSSAPIAuthentication , +.Cm HostbasedAuthentication , .Cm KbdInteractiveAuthentication , .Cm KerberosAuthentication , .Cm PasswordAuthentication , |