- okan@cvs.openbsd.org 2008/12/30 00:46:56
[sshd_config.5] add AllowAgentForwarding to available Match keywords list ok djm
This commit is contained in:
parent
a70ac76a87
commit
17819015f0
|
@ -27,6 +27,10 @@
|
|||
- stevesk@cvs.openbsd.org 2008/12/29 02:23:26
|
||||
[pathnames.h]
|
||||
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
|
||||
- (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
|
||||
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 $
|
||||
|
||||
|
|
|
@ -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.98 2008/11/04 08:22:13 djm Exp $
|
||||
.Dd $Mdocdate: November 4 2008 $
|
||||
.\" $OpenBSD: sshd_config.5,v 1.99 2008/12/30 00:46:56 okan Exp $
|
||||
.Dd $Mdocdate: December 30 2008 $
|
||||
.Dt SSHD_CONFIG 5
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
@ -593,6 +593,7 @@ Only a subset of keywords may be used on the lines following a
|
|||
.Cm Match
|
||||
keyword.
|
||||
Available keywords are
|
||||
.Cm AllowAgentForwarding ,
|
||||
.Cm AllowTcpForwarding ,
|
||||
.Cm Banner ,
|
||||
.Cm ChrootDirectory ,
|
||||
|
|
Loading…
Reference in New Issue