summaryrefslogtreecommitdiff
path: root/sshd_config.5
diff options
context:
space:
mode:
authordtucker@openbsd.org <dtucker@openbsd.org>2015-04-28 10:17:58 +0000
committerDamien Miller <djm@mindrot.org>2015-04-29 18:20:13 +1000
commit85b96ef41374f3ddc9139581f87da09b2cd9199e (patch)
tree027373a4acdc2d026501277d8808a4bf4a269950 /sshd_config.5
parent88a7c598a94ff53f76df228eeaae238d2d467565 (diff)
upstream commit
Document that the TERM environment variable is not subject to SendEnv and AcceptEnv. bz#2386, based loosely on a patch from jjelen at redhat, help and ok jmc@
Diffstat (limited to 'sshd_config.5')
-rw-r--r--sshd_config.510
1 files changed, 7 insertions, 3 deletions
diff --git a/sshd_config.5 b/sshd_config.5
index d3148c2c9..9d7a8e807 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -33,8 +33,8 @@
33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: sshd_config.5,v 1.196 2015/04/27 21:42:48 djm Exp $ 36.\" $OpenBSD: sshd_config.5,v 1.197 2015/04/28 10:17:58 dtucker Exp $
37.Dd $Mdocdate: April 27 2015 $ 37.Dd $Mdocdate: April 28 2015 $
38.Dt SSHD_CONFIG 5 38.Dt SSHD_CONFIG 5
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -70,7 +70,11 @@ See
70in 70in
71.Xr ssh_config 5 71.Xr ssh_config 5
72for how to configure the client. 72for how to configure the client.
73Note that environment passing is only supported for protocol 2. 73Note that environment passing is only supported for protocol 2, and
74that the
75.Ev TERM
76enviroment variable is always sent whenever the client
77requests apseudo-terminal is requested as it is required by the protocol.
74Variables are specified by name, which may contain the wildcard characters 78Variables are specified by name, which may contain the wildcard characters
75.Ql * 79.Ql *
76and 80and