summaryrefslogtreecommitdiffhomepage
path: root/sites
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2019-09-30 12:21:46 -0400
committerJeff Forcier <jeff@bitprophet.org>2019-12-02 18:34:10 -0500
commitc99388364bb840677e9ea27c7755f4a0af621e1b (patch)
treee65a88024f8f110a31c73b95cc74f9022447fc80 /sites
parentf501c7801538d03937d89557d0bb645c0266a9dd (diff)
versionadded for canonicalization directives
Decided not to 'backport' these for rest of directives, as most have been in for a very long time
Diffstat (limited to 'sites')
-rw-r--r--sites/docs/api/config.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/sites/docs/api/config.rst b/sites/docs/api/config.rst
index e1eef5ad..579fb913 100644
--- a/sites/docs/api/config.rst
+++ b/sites/docs/api/config.rst
@@ -38,15 +38,27 @@ Paramiko releases) are included. A keyword by itself means no known departures.
value-add on top of OpenSSH, which doesn't actually honor this setting when
expanding ``%l``).
- ``CanonicalDomains``
+
+ .. versionadded:: 2.7
+
- ``CanonicalizeFallbackLocal``: when ``no``, triggers raising of
`.CouldNotCanonicalize` for target hostnames which do not successfully
canonicalize.
+
+ .. versionadded:: 2.7
+
- ``CanonicalizeHostname``: along with the other ``Canonicaliz*`` settings
(sans ``CanonicalizePermittedCNAMEs``, which is not yet implemented), enables
hostname canonicalization, insofar as calling `.SSHConfig.lookup` with a
given hostname will return a canonicalized copy of the config data, including
an updated ``HostName`` value.
+
+ .. versionadded:: 2.7
+
- ``CanonicalizeMaxDots``
+
+ .. versionadded:: 2.7
+
- ``Host``
- ``HostName``: used in ``%h`` :ref:`token expansion <TOKENS>`
- ``Port``: supplies potential values for ``%p`` :ref:`token expansion