- djm@cvs.openbsd.org 2008/04/05 02:46:02

[sshd_config.5]
     HostbasedAuthentication is supported under Match too
This commit is contained in:
Damien Miller 2008-05-19 14:29:08 +10:00
parent 56f41ddc54
commit 25434de460
2 changed files with 8 additions and 4 deletions

View File

@ -8,6 +8,9 @@
[sshd_config.5] [sshd_config.5]
oops, some unrelated stuff crept into that commit - backout. oops, some unrelated stuff crept into that commit - backout.
spotted by jmc@ spotted by jmc@
- djm@cvs.openbsd.org 2008/04/05 02:46:02
[sshd_config.5]
HostbasedAuthentication is supported under Match too
20080403 20080403
- (djm) [openbsd-compat/bsd-poll.c] Include stdlib.h to avoid compile- - (djm) [openbsd-compat/bsd-poll.c] Include stdlib.h to avoid compile-
@ -3868,4 +3871,4 @@
OpenServer 6 and add osr5bigcrypt support so when someone migrates OpenServer 6 and add osr5bigcrypt support so when someone migrates
passwords between UnixWare and OpenServer they will still work. OK dtucker@ passwords between UnixWare and OpenServer they will still work. OK dtucker@
$Id: ChangeLog,v 1.4907 2008/05/19 04:28:19 djm Exp $ $Id: ChangeLog,v 1.4908 2008/05/19 04:29:08 djm Exp $

View File

@ -34,8 +34,8 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" 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 $ .\" $OpenBSD: sshd_config.5,v 1.87 2008/04/05 02:46:02 djm Exp $
.Dd $Mdocdate: May 19 2008 $ .Dd $Mdocdate: April 5 2008 $
.Dt SSHD_CONFIG 5 .Dt SSHD_CONFIG 5
.Os .Os
.Sh NAME .Sh NAME
@ -566,7 +566,8 @@ Available keywords are
.Cm ChrootDirectory , .Cm ChrootDirectory ,
.Cm ForceCommand , .Cm ForceCommand ,
.Cm GatewayPorts , .Cm GatewayPorts ,
.Cm GSSApiAuthentication , .Cm GSSAPIAuthentication ,
.Cm HostbasedAuthentication ,
.Cm KbdInteractiveAuthentication , .Cm KbdInteractiveAuthentication ,
.Cm KerberosAuthentication , .Cm KerberosAuthentication ,
.Cm PasswordAuthentication , .Cm PasswordAuthentication ,