diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2023-07-28 14:40:47 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2023-07-28 14:47:01 -0400 |
commit | 34f06eaa3f90f46bc5f21891ea25808ee30022da (patch) | |
tree | e5d5956acc1d6b7e1f14c691245a8521e67789e0 /sites/docs/api | |
parent | 71de0cc2df79ea4a7f824a5d2f015b797a0482d2 (diff) |
Docs cleanup and an apparently non loadbearing test typo, re #1907
Diffstat (limited to 'sites/docs/api')
-rw-r--r-- | sites/docs/api/config.rst | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sites/docs/api/config.rst b/sites/docs/api/config.rst index 19fa6f7b..9015a77c 100644 --- a/sites/docs/api/config.rst +++ b/sites/docs/api/config.rst @@ -61,8 +61,9 @@ Paramiko releases) are included. A keyword by itself means no known departures. - ``Host`` - ``HostName``: used in ``%h`` :ref:`token expansion <TOKENS>` -- ``Match``: supports (canonical, final, exec, host, originalhost, user, localuser, all), with - the following caveats: +- ``Match``: supports the keywords ``all``, ``canonical``, ``exec``, ``final``, + ``host``, ``localuser``, ``originalhost``, and ``user``, with the following + caveats: - You must have the optional dependency Invoke installed; see :ref:`the installation docs <paramiko-itself>` (in brief: install @@ -73,6 +74,8 @@ Paramiko releases) are included. A keyword by itself means no known departures. but has no knowledge about connection-time usernames. .. versionadded:: 2.7 + .. versionchanged:: 3.3 + Added support for the ``final`` keyword. - ``Port``: supplies potential values for ``%p`` :ref:`token expansion <TOKENS>`. |