diff options
author | Okan Demirmen <okan@cvs.openbsd.org> | 2008-12-30 00:46:57 +0000 |
---|---|---|
committer | Okan Demirmen <okan@cvs.openbsd.org> | 2008-12-30 00:46:57 +0000 |
commit | 11da14b6e4d1b5d9197e5c18814a45f8dfd7f02d (patch) | |
tree | 4f1fc8344f391813cb9594a02fdffa3522a21a7c /usr.bin | |
parent | 085d1ad38f4345f524ae569fb011f193dd55030d (diff) |
add AllowAgentForwarding to available Match keywords list
ok djm
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/sshd_config.5 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/ssh/sshd_config.5 b/usr.bin/ssh/sshd_config.5 index ac31845b311..f5bf084c1da 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.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 , |