diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-05-13 18:43:07 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-05-13 18:43:09 +0200 |
commit | 37a08888d103556326ecd13e4738301ac901c861 (patch) | |
tree | 6253eabbc4ccddc70598ec556d7c50387356c6e6 /interface-definitions | |
parent | 049c8d556085db31265290e3f706c1af33b0ae85 (diff) | |
download | vyos-1x-37a08888d103556326ecd13e4738301ac901c861.tar.gz vyos-1x-37a08888d103556326ecd13e4738301ac901c861.zip |
sshguard: T4408: rename whitelist-address -> allow-from
We do not only allow individual host addresses but also prefixes.
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/ssh.xml.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/interface-definitions/ssh.xml.in b/interface-definitions/ssh.xml.in index 7e2512f54..126183162 100644 --- a/interface-definitions/ssh.xml.in +++ b/interface-definitions/ssh.xml.in @@ -105,9 +105,9 @@ </properties> <defaultValue>30</defaultValue> </leafNode> - <leafNode name="whitelist-address"> + <leafNode name="allow-from"> <properties> - <help>Source address or prefix</help> + <help>Always allow inbound connections from these systems</help> <valueHelp> <format>ipv4</format> <description>Address to match against</description> |