From e65bdd8756a401e8a0cdf452f95d399f73fed9c6 Mon Sep 17 00:00:00 2001 From: djm Date: Fri, 4 Jun 2021 05:10:03 +0000 Subject: [PATCH] adjust SetEnv description to clarify $TERM handling --- usr.bin/ssh/ssh_config.5 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/usr.bin/ssh/ssh_config.5 b/usr.bin/ssh/ssh_config.5 index 8c97a9a343c..9c7aa4d63ca 100644 --- a/usr.bin/ssh/ssh_config.5 +++ b/usr.bin/ssh/ssh_config.5 @@ -33,8 +33,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: ssh_config.5,v 1.353 2021/04/04 11:36:56 jmc Exp $ -.Dd $Mdocdate: April 4 2021 $ +.\" $OpenBSD: ssh_config.5,v 1.354 2021/06/04 05:10:03 djm Exp $ +.Dd $Mdocdate: June 4 2021 $ .Dt SSH_CONFIG 5 .Os .Sh NAME @@ -1663,7 +1663,9 @@ Directly specify one or more environment variables and their contents to be sent to the server. Similarly to .Cm SendEnv , -the server must be prepared to accept the environment variable. +with the exception of the +.Ev TERM +variable, the server must be prepared to accept the environment variable. .It Cm StreamLocalBindMask Sets the octal file creation mode mask .Pq umask -- 2.20.1