diff options
author | Alain Lamar <alain_lamar@yahoo.de> | 2018-01-02 19:09:58 +0100 |
---|---|---|
committer | Alain Lamar <alain_lamar@yahoo.de> | 2018-01-02 19:09:58 +0100 |
commit | 082dd8fa2190bb4a0df818b827736766a77cf0bc (patch) | |
tree | 2b758a3bcdb815187c5d48cfc0554fdaeafeffb6 | |
parent | 0ed8665760ac9cda8e910818f2d1234bd4b7477e (diff) | |
download | vyatta-cfg-system-082dd8fa2190bb4a0df818b827736766a77cf0bc.tar.gz vyatta-cfg-system-082dd8fa2190bb4a0df818b827736766a77cf0bc.zip |
T122: Add a new node to store access control configurations
-rw-r--r-- | templates/service/ssh/access-control/node.def | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/service/ssh/access-control/node.def b/templates/service/ssh/access-control/node.def new file mode 100644 index 00000000..8f6ca6e7 --- /dev/null +++ b/templates/service/ssh/access-control/node.def @@ -0,0 +1,2 @@ +help: SSH user/group access controls +comp_help: The SSH user and group access control directives (allow/deny) are processed in the following order: DenyUsers, AllowUsers, DenyGroups, and finally AllowGroups. Multiple users can be specified as a comma-separated list. |