summaryrefslogtreecommitdiff
path: root/interface-definitions/ssh.xml.in
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2022-05-13 18:43:07 +0200
committerChristian Poessinger <christian@poessinger.com>2022-05-13 18:43:09 +0200
commit37a08888d103556326ecd13e4738301ac901c861 (patch)
tree6253eabbc4ccddc70598ec556d7c50387356c6e6 /interface-definitions/ssh.xml.in
parent049c8d556085db31265290e3f706c1af33b0ae85 (diff)
downloadvyos-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/ssh.xml.in')
-rw-r--r--interface-definitions/ssh.xml.in4
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>