summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2018-04-06 13:02:39 +0000
committerDamien Miller <djm@mindrot.org>2018-04-06 23:15:29 +1000
commit555294a7279914ae6795b71bedf4e6011b7636df (patch)
tree468b6798d0aae805b565d5654bad03c6c8386347 /ssh_config.5
parent40f5f03544a07ebd2003b443d42e85cb51d94d59 (diff)
upstream: Allow "SendEnv -PATTERN" to clear environment variables
previously labeled for sendind. bz#1285 ok dtucker@ OpenBSD-Commit-ID: f6fec9e3d0f366f15903094fbe1754cb359a0df9
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.511
1 files changed, 8 insertions, 3 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index 75a21b595..0e3c4db2e 100644
--- a/ssh_config.5
+++ b/ssh_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: ssh_config.5,v 1.270 2018/04/05 22:54:28 djm Exp $ 36.\" $OpenBSD: ssh_config.5,v 1.271 2018/04/06 13:02:39 djm Exp $
37.Dd $Mdocdate: April 5 2018 $ 37.Dd $Mdocdate: April 6 2018 $
38.Dt SSH_CONFIG 5 38.Dt SSH_CONFIG 5
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -1394,11 +1394,16 @@ Multiple environment variables may be separated by whitespace or spread
1394across multiple 1394across multiple
1395.Cm SendEnv 1395.Cm SendEnv
1396directives. 1396directives.
1397The default is not to send any environment variables.
1398.Pp 1397.Pp
1399See 1398See
1400.Sx PATTERNS 1399.Sx PATTERNS
1401for more information on patterns. 1400for more information on patterns.
1401.Pp
1402It is possible to clear previously-set
1403.Cm SendEnv
1404variable names by prefixing patterns with
1405.Pa - .
1406The default is not to send any environment variables.
1402.It Cm ServerAliveCountMax 1407.It Cm ServerAliveCountMax
1403Sets the number of server alive messages (see below) which may be 1408Sets the number of server alive messages (see below) which may be
1404sent without 1409sent without