diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2016-12-01 13:27:58 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2016-12-05 18:45:23 -0800 |
commit | af455259c15edb38239083314a8b9e91cd0d3f06 (patch) | |
tree | d1775893a03edceada82ad58415fec0c15dcab5d /sites | |
parent | 4a2747fbcb817f8654c285838e5a37eb4dff02a9 (diff) |
Add some warnings about AcceptEnv to env var setting bits.
Re #398
Diffstat (limited to 'sites')
-rw-r--r-- | sites/www/changelog.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 496544ef..02421988 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -20,7 +20,8 @@ Changelog `Channel.set_environment_variable <paramiko.channel.Channel.set_environment_variable>` methods) which implements the ``env`` SSH message type. This means the remote shell - environment can be set without the use of ``VARNAME=value`` shell tricks. + environment can be set without the use of ``VARNAME=value`` shell tricks, + provided the server's ``AcceptEnv`` lists the variables you need to set. Thanks to Philip Lorenz for the pull request. * :support:`819 backported (>=1.15,<2.0)` Document how lacking ``gmp`` headers at install time can cause a significant performance hit if you build PyCrypto |