diff options
author | Christian Poessinger <christian@poessinger.com> | 2018-05-13 13:41:12 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2018-05-13 13:41:12 +0200 |
commit | a20634014490f2b3053f0b7176f98f39a4f72e9e (patch) | |
tree | 72c9a85b8aec8f9760a711b09f35e3c3f94d4427 /interface-definitions | |
parent | d06ca97a71dd2cf282a281ac2053ac488a84153e (diff) | |
download | vyos-1x-a20634014490f2b3053f0b7176f98f39a4f72e9e.tar.gz vyos-1x-a20634014490f2b3053f0b7176f98f39a4f72e9e.zip |
T631: improve help for access-control
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/ssh.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/ssh.xml b/interface-definitions/ssh.xml index 5b9368360..5ccd3006f 100644 --- a/interface-definitions/ssh.xml +++ b/interface-definitions/ssh.xml @@ -13,7 +13,7 @@ <children> <node name="access-control"> <properties> - <help>SSH user/group access controls</help> + <help>SSH user/group access controls. Directives are processed in this: deny-users, allow-users, deny-groups and allow-groups</help> </properties> <children> <leafNode name="allow-groups"> |