diff options
author | Markus Koetter <koetter@cispa.de> | 2021-09-16 19:53:24 +0200 |
---|---|---|
committer | Markus Kötter <koetter@cispa.de> | 2023-06-29 17:14:17 +0200 |
commit | 232fcb3d9ee79ffd814497128aa8d5023878fb3c (patch) | |
tree | 05ba794efd98cd4e516c19cc7171e9b38b094491 /sites/docs | |
parent | 3e24032af1cafe89a55e7af01fe961816016ad71 (diff) |
config - implement Match final
Diffstat (limited to 'sites/docs')
-rw-r--r-- | sites/docs/api/config.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sites/docs/api/config.rst b/sites/docs/api/config.rst index d42de8ac..19fa6f7b 100644 --- a/sites/docs/api/config.rst +++ b/sites/docs/api/config.rst @@ -61,7 +61,8 @@ Paramiko releases) are included. A keyword by itself means no known departures. - ``Host`` - ``HostName``: used in ``%h`` :ref:`token expansion <TOKENS>` -- ``Match``: fully supported, with the following caveats: +- ``Match``: supports (canonical, final, exec, host, originalhost, user, localuser, all), with + the following caveats: - You must have the optional dependency Invoke installed; see :ref:`the installation docs <paramiko-itself>` (in brief: install |