summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.88
1 files changed, 8 insertions, 0 deletions
diff --git a/sshd.8 b/sshd.8
index 29ad2144a..a474d2fd1 100644
--- a/sshd.8
+++ b/sshd.8
@@ -303,6 +303,14 @@ wildcards in the patterns.
303Only group names are valid; a numerical group ID isn't recognized. 303Only group names are valid; a numerical group ID isn't recognized.
304By default login is allowed regardless of the primary group. 304By default login is allowed regardless of the primary group.
305.Pp 305.Pp
306.It Cm AllowTcpForwarding
307Specifies whether TCP forwarding is permitted.
308The default is
309.Dq yes .
310Note that disabling TCP forwarding does not improve security unless
311users are also denied shell access, as they can always install their
312own forwarders.
313.Pp
306.It Cm AllowUsers 314.It Cm AllowUsers
307This keyword can be followed by a number of user names, separated 315This keyword can be followed by a number of user names, separated
308by spaces. 316by spaces.