From a42af41049467bf73371b5a5776803e7a26fbd09 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Thu, 16 Aug 2018 21:03:06 +0200 Subject: SSH: improve completion help --- interface-definitions/ssh.xml | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/interface-definitions/ssh.xml b/interface-definitions/ssh.xml index e8786d202..35fe79214 100644 --- a/interface-definitions/ssh.xml +++ b/interface-definitions/ssh.xml @@ -1,7 +1,5 @@ - - @@ -13,18 +11,23 @@ - SSH user/group access controls. Directives are processed in this order: deny-users, allow-users, deny-groups and allow-groups + SSH user/group access controls. Directives are processed + in the following order: deny-users, allow-users, deny-groups and + allow-groups. + + Allow user/group SSH access + Allow members of a group to login - - ^[a-z_][a-z0-9_-]{1,31}[$]? - - illegal characters or more than 32 characters + + ^[a-z_][a-z0-9_-]{1,31}[$]? + + illegal characters or more than 32 characters @@ -41,6 +44,9 @@ + + Deny user/group SSH access + @@ -147,7 +153,7 @@ - Allowed message authentication code (MAC) algorithms + Allowed message authentication code (MAC) algorithms -- cgit v1.2.3