diff options
author | djm@openbsd.org <djm@openbsd.org> | 2021-06-04 07:10:03 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2021-06-04 07:13:14 +0200 |
commit | d9cb35bbec5f623589d7c58fc094817b33030f35 (patch) | |
tree | 4bcab0b5ee67fa69770899f927d209d6945e27fa /ssh_config.5 | |
parent | upstream: Switch the listening select loop from select() to (diff) | |
download | openssh-d9cb35bbec5f623589d7c58fc094817b33030f35.tar.xz openssh-d9cb35bbec5f623589d7c58fc094817b33030f35.zip |
upstream: adjust SetEnv description to clarify $TERM handling
OpenBSD-Commit-ID: 8b8cc0124856bc1094949d55615e5c44390bcb22
Diffstat (limited to 'ssh_config.5')
-rw-r--r-- | ssh_config.5 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/ssh_config.5 b/ssh_config.5 index 37a55e234..438bd803c 100644 --- a/ssh_config.5 +++ b/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 @@ -1662,7 +1662,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 |