diff options
author | djm <djm> | 2008-05-19 04:29:08 +0000 |
---|---|---|
committer | djm <djm> | 2008-05-19 04:29:08 +0000 |
commit | 28e753b1704ae55fe420e9c69436881d48f5cab3 (patch) | |
tree | 3190ebd5721dd2cfe84777a37cce7eb9d98b48dc /sshd_config.5 | |
parent | 6e9e99afa1729afe24b728619839320281713f26 (diff) | |
download | openssh-28e753b1704ae55fe420e9c69436881d48f5cab3.tar.gz |
- djm@cvs.openbsd.org 2008/04/05 02:46:02
[sshd_config.5]
HostbasedAuthentication is supported under Match too
Diffstat (limited to 'sshd_config.5')
-rw-r--r-- | sshd_config.5 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sshd_config.5 b/sshd_config.5 index 601b5640..6edaa926 100644 --- a/sshd_config.5 +++ b/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: May 19 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 , |