From 895996062d09cf18e495448c185d5746c5d02db6 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Mon, 30 Sep 2019 11:31:28 -0400 Subject: Alphabetize supported-ssh_config-keywords list --- sites/docs/api/config.rst | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'sites/docs') diff --git a/sites/docs/api/config.rst b/sites/docs/api/config.rst index 976f0fc2..b02c7505 100644 --- a/sites/docs/api/config.rst +++ b/sites/docs/api/config.rst @@ -38,6 +38,16 @@ file format, and the intended meaning of the keywords and values; or check the documentation for your Paramiko-using library of choice (e.g. `Fabric`_) to see what it honors on its end. +- ``AddressFamily``: used when looking up the local hostname for purposes of + expanding the ``%l``/``%L`` :ref:`tokens `. + + .. note:: + As with the rest of these keywords, it does **not** apply to actual SSH + connections (as Paramiko's client classes do not load configs for you). + + In fact, OpenSSH itself does not use this setting the way Paramiko does + (its lookup for ``%l`` does not appear to honor ``AddressFamily``). + - ``CanonicalDomains``: sets the domains used for hostname canonicalization. - ``CanonicalizeFallbackLocal``: set to ``no`` to enforce that all looked-up names must resolve under one of the ``CanonicalDomains`` - any names which @@ -56,16 +66,6 @@ what it honors on its end. - ``CanonicalizeMaxDots``: controls how many period characters may appear in a target hostname before canonicalization is disabled. -- ``AddressFamily``: used when looking up the local hostname for purposes of - expanding the ``%l``/``%L`` :ref:`tokens `. - - .. note:: - As with the rest of these keywords, it does **not** apply to actual SSH - connections (as Paramiko's client classes do not load configs for you). - - In fact, OpenSSH itself does not use this setting the way Paramiko does - (its lookup for ``%l`` does not appear to honor ``AddressFamily``). - - ``Host``: exact matching, full and partial globbing (``*``), negation (``!``), multiple (whitespace-delimited) patterns per keyword. - ``HostName``: supplies potential values for ``%h`` :ref:`token expansions -- cgit v1.2.3