summaryrefslogtreecommitdiffhomepage
path: root/sites/www/changelog.rst
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2016-12-01 13:27:58 -0800
committerJeff Forcier <jeff@bitprophet.org>2016-12-01 13:29:06 -0800
commitc2f2b476093e85f926bb659ca23b489647b74390 (patch)
tree2e88dc60c15f8d60daf65f5461bf137a52f971a4 /sites/www/changelog.rst
parentcfa81ebd780eb0c7fa82ce5e203f93a459f0318f (diff)
Add some warnings about AcceptEnv to env var setting bits.
Re #398
Diffstat (limited to 'sites/www/changelog.rst')
-rw-r--r--sites/www/changelog.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index 12fecdc5..3207d8f2 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -8,7 +8,8 @@ Changelog
and `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