summaryrefslogtreecommitdiff
path: root/scp.1
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2018-06-09 03:01:12 +0000
committerDamien Miller <djm@mindrot.org>2018-06-09 13:11:00 +1000
commit7082bb58a2eb878d23ec674587c742e5e9673c36 (patch)
treeca7c8ddb616358d96279fdbfd5986328f48a1821 /scp.1
parent3b9798bda15bd3f598f5ef07595d64e23504da91 (diff)
upstream: add a SetEnv directive to ssh_config that allows setting
environment variables for the remote session (subject to the server accepting them) refactor SendEnv to remove the arbitrary limit of variable names. ok markus@ OpenBSD-Commit-ID: cfbb00d9b0e10c1ffff1d83424351fd961d1f2be
Diffstat (limited to 'scp.1')
-rw-r--r--scp.15
1 files changed, 3 insertions, 2 deletions
diff --git a/scp.1 b/scp.1
index 8d251e34a..b8886be64 100644
--- a/scp.1
+++ b/scp.1
@@ -8,9 +8,9 @@
8.\" 8.\"
9.\" Created: Sun May 7 00:14:37 1995 ylo 9.\" Created: Sun May 7 00:14:37 1995 ylo
10.\" 10.\"
11.\" $OpenBSD: scp.1,v 1.77 2018/02/23 07:38:09 jmc Exp $ 11.\" $OpenBSD: scp.1,v 1.78 2018/06/09 03:01:12 djm Exp $
12.\" 12.\"
13.Dd $Mdocdate: February 23 2018 $ 13.Dd $Mdocdate: June 9 2018 $
14.Dt SCP 1 14.Dt SCP 1
15.Os 15.Os
16.Sh NAME 16.Sh NAME
@@ -171,6 +171,7 @@ For full details of the options listed below, and their possible values, see
171.It PubkeyAuthentication 171.It PubkeyAuthentication
172.It RekeyLimit 172.It RekeyLimit
173.It SendEnv 173.It SendEnv
174.It SetEnv
174.It ServerAliveInterval 175.It ServerAliveInterval
175.It ServerAliveCountMax 176.It ServerAliveCountMax
176.It StrictHostKeyChecking 177.It StrictHostKeyChecking