File tree 1 file changed +11
-0
lines changed
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -1647,7 +1647,9 @@ The following OpenSSH client config options are currently supported:
1647
1647
For the "Match" conditional, the following criteria are currently supported:
1648
1648
1649
1649
| All
1650
+ | Canonical
1650
1651
| Exec
1652
+ | Final
1651
1653
| Host
1652
1654
| LocalUser
1653
1655
| OriginalHost
@@ -1662,6 +1664,10 @@ For the "Match" conditional, the following criteria are currently supported:
1662
1664
when options objects are created by AsyncSSH APIs such as
1663
1665
:func: `connect ` and :func: `listen `.
1664
1666
1667
+ Match criteria can be negated by prefixing the criteria name with '!'.
1668
+ This will negate the criteria and causing the match block to be evaluated
1669
+ only if the negated criteria all fail to match.
1670
+
1665
1671
The following client config token expansions are currently supported:
1666
1672
1667
1673
.. table ::
@@ -1734,7 +1740,9 @@ The following OpenSSH server config options are currently supported:
1734
1740
For the "Match" conditional, the following criteria are currently supported:
1735
1741
1736
1742
| All
1743
+ | Canonical
1737
1744
| Exec
1745
+ | Final
1738
1746
| Address
1739
1747
| Host
1740
1748
| LocalAddress
@@ -1750,6 +1758,9 @@ For the "Match" conditional, the following criteria are currently supported:
1750
1758
when options objects are created by AsyncSSH APIs such as
1751
1759
:func: `connect ` and :func: `listen `.
1752
1760
1761
+ Match criteria can be negated by prefixing the criteria name with '!'.
1762
+ This will negate the criteria and causing the match block to be evaluated
1763
+ only if the negated criteria all fail to match.
1753
1764
The following server config token expansions are currently supported:
1754
1765
1755
1766
.. table ::
You can’t perform that action at this time.
0 commit comments