diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2019-12-03 11:55:08 -0500 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2019-12-03 11:55:08 -0500 |
commit | 9292ef2a347bfca441bde90d145bf6774c1ba08b (patch) | |
tree | 392f621dffd49845ec1d9d90cd200f9213824de7 /sites | |
parent | b2fc082ae666b8f11b39f40409c9ef2e020e9c9f (diff) |
Let's go with 'all' for the catchall endpoint, it is popular
Diffstat (limited to 'sites')
-rw-r--r-- | sites/docs/api/config.rst | 2 | ||||
-rw-r--r-- | sites/www/installing.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sites/docs/api/config.rst b/sites/docs/api/config.rst index 1c3af085..ea4939b2 100644 --- a/sites/docs/api/config.rst +++ b/sites/docs/api/config.rst @@ -65,7 +65,7 @@ Paramiko releases) are included. A keyword by itself means no known departures. - You must have the optional dependency Invoke installed; see :ref:`the installation docs <paramiko-itself>` (in brief: install - ``paramiko[invoke]`` or ``paramiko[everything]``). + ``paramiko[invoke]`` or ``paramiko[all]``). - As usual, connection-time information is not present during config lookup, and thus cannot be used to determine matching. This primarily impacts ``Match user``, which can match against loaded ``User`` values diff --git a/sites/www/installing.rst b/sites/www/installing.rst index 4b2680a4..f2d9a341 100644 --- a/sites/www/installing.rst +++ b/sites/www/installing.rst @@ -36,7 +36,7 @@ There are also a number of **optional dependencies** you may install using .. TODO 3.0: tweak the invoke line to mention proxycommand too .. TODO 3.0: tweak the ed25519 line to remove the caveat -- If you want all optional dependencies at once, use ``paramiko[everything]``. +- If you want all optional dependencies at once, use ``paramiko[all]``. - For ``Match exec`` config support, use ``paramiko[invoke]`` (which installs `Invoke <https://www.pyinvoke.org>`_). - For GSS-API / SSPI support, use ``paramiko[gssapi]``, though also see |