diff options
author | Philip Lorenz <philip@bithub.de> | 2014-09-21 12:31:40 +0200 |
---|---|---|
committer | Philip Lorenz <philip@bithub.de> | 2014-09-21 22:31:05 +0200 |
commit | 2a568863bb462fbae50fdd4795bf4d3e05e101bb (patch) | |
tree | bf4e9bbfca88d9c38ec4f3b0e6ad28fe64780586 /.travis.yml | |
parent | 84995f99a9528b84bd1666060c832ca673641a53 (diff) |
Support transmission of environment variables
The SSH protocol allows the client to transmit environment variables to
the server. This is particularly useful if the user wants to modify the
environment of an executed command without having to reexecute the
actual command from a shell.
This patch extends the Client and Channel interface to allow
the transmission of environment variables to the server side.
In order to use this feature the SSH server must accept environment
variables from the client (e.g. the AcceptEnv configuration directive of
OpenSSH).
Diffstat (limited to '.travis.yml')
0 files changed, 0 insertions, 0 deletions