diff options
Diffstat (limited to 'usr.bin/ssh/sshd_config')
-rw-r--r-- | usr.bin/ssh/sshd_config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/sshd_config b/usr.bin/ssh/sshd_config index c24645e6d5f..eeca08087a9 100644 --- a/usr.bin/ssh/sshd_config +++ b/usr.bin/ssh/sshd_config @@ -1,4 +1,4 @@ -# $OpenBSD: sshd_config,v 1.77 2008/02/08 23:24:07 djm Exp $ +# $OpenBSD: sshd_config,v 1.78 2008/05/07 06:43:35 pyr Exp $ # This is the sshd server system-wide configuration file. See # sshd_config(5) for more information. @@ -71,6 +71,7 @@ Protocol 2 #GSSAPIAuthentication no #GSSAPICleanupCredentials yes +#AllowAgentForwarding yes #AllowTcpForwarding yes #GatewayPorts no #X11Forwarding no |