[sshd_config.5]
     add AllowAgentForwarding to available Match keywords list
     ok djm
This commit is contained in:
Damien Miller 2009-01-28 16:20:17 +11:00
parent a70ac76a87
commit 17819015f0
2 changed files with 8 additions and 3 deletions

View File

@ -27,6 +27,10 @@
- stevesk@cvs.openbsd.org 2008/12/29 02:23:26 - stevesk@cvs.openbsd.org 2008/12/29 02:23:26
[pathnames.h] [pathnames.h]
no need to escape single quotes in comments no need to escape single quotes in comments
- okan@cvs.openbsd.org 2008/12/30 00:46:56
[sshd_config.5]
add AllowAgentForwarding to available Match keywords list
ok djm
20090107 20090107
- (djm) [uidswap.c] bz#1412: Support >16 supplemental groups in OS X. - (djm) [uidswap.c] bz#1412: Support >16 supplemental groups in OS X.
@ -5036,5 +5040,5 @@
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.5167 2009/01/28 05:19:52 djm Exp $ $Id: ChangeLog,v 1.5168 2009/01/28 05:20:17 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.98 2008/11/04 08:22:13 djm Exp $ .\" $OpenBSD: sshd_config.5,v 1.99 2008/12/30 00:46:56 okan Exp $
.Dd $Mdocdate: November 4 2008 $ .Dd $Mdocdate: December 30 2008 $
.Dt SSHD_CONFIG 5 .Dt SSHD_CONFIG 5
.Os .Os
.Sh NAME .Sh NAME
@ -593,6 +593,7 @@ Only a subset of keywords may be used on the lines following a
.Cm Match .Cm Match
keyword. keyword.
Available keywords are Available keywords are
.Cm AllowAgentForwarding ,
.Cm AllowTcpForwarding , .Cm AllowTcpForwarding ,
.Cm Banner , .Cm Banner ,
.Cm ChrootDirectory , .Cm ChrootDirectory ,