diff options
author | djm@openbsd.org <djm@openbsd.org> | 2018-06-09 03:01:12 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2018-06-09 13:11:00 +1000 |
commit | 7082bb58a2eb878d23ec674587c742e5e9673c36 (patch) | |
tree | ca7c8ddb616358d96279fdbfd5986328f48a1821 /ssh.1 | |
parent | 3b9798bda15bd3f598f5ef07595d64e23504da91 (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 'ssh.1')
-rw-r--r-- | ssh.1 | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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.1,v 1.393 2018/05/11 04:01:11 djm Exp $ | 36 | .\" $OpenBSD: ssh.1,v 1.394 2018/06/09 03:01:12 djm Exp $ |
37 | .Dd $Mdocdate: May 11 2018 $ | 37 | .Dd $Mdocdate: June 9 2018 $ |
38 | .Dt SSH 1 | 38 | .Dt SSH 1 |
39 | .Os | 39 | .Os |
40 | .Sh NAME | 40 | .Sh NAME |
@@ -525,6 +525,7 @@ For full details of the options listed below, and their possible values, see | |||
525 | .It RemoteForward | 525 | .It RemoteForward |
526 | .It RequestTTY | 526 | .It RequestTTY |
527 | .It SendEnv | 527 | .It SendEnv |
528 | .It SetEnv | ||
528 | .It ServerAliveInterval | 529 | .It ServerAliveInterval |
529 | .It ServerAliveCountMax | 530 | .It ServerAliveCountMax |
530 | .It StreamLocalBindMask | 531 | .It StreamLocalBindMask |