summaryrefslogtreecommitdiff
path: root/sshd_config.5
diff options
context:
space:
mode:
Diffstat (limited to 'sshd_config.5')
-rw-r--r--sshd_config.513
1 files changed, 11 insertions, 2 deletions
diff --git a/sshd_config.5 b/sshd_config.5
index 6edaa9260..b93c801e3 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -34,8 +34,8 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: sshd_config.5,v 1.87 2008/04/05 02:46:02 djm Exp $ 37.\" $OpenBSD: sshd_config.5,v 1.88 2008/05/07 05:49:37 pyr Exp $
38.Dd $Mdocdate: April 5 2008 $ 38.Dd $Mdocdate: May 7 2008 $
39.Dt SSHD_CONFIG 5 39.Dt SSHD_CONFIG 5
40.Os 40.Os
41.Sh NAME 41.Sh NAME
@@ -114,6 +114,15 @@ See
114in 114in
115.Xr ssh_config 5 115.Xr ssh_config 5
116for more information on patterns. 116for more information on patterns.
117.It Cm AllowAgentForwarding
118Specifies whether
119.Xr ssh-agent 1
120forwarding is permitted.
121The default is
122.Dq yes .
123Note that disabling Agent forwarding does not improve security
124unless users are also denied shell access, as they can always install
125their own forwarders.
117.It Cm AllowTcpForwarding 126.It Cm AllowTcpForwarding
118Specifies whether TCP forwarding is permitted. 127Specifies whether TCP forwarding is permitted.
119The default is 128The default is