From 24333f2867356e87275bf3a988a1a7611059ff2f Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Thu, 24 May 2018 21:18:24 +0200 Subject: Shorter and clearer help strings for SSH. --- interface-definitions/ssh.xml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'interface-definitions') diff --git a/interface-definitions/ssh.xml b/interface-definitions/ssh.xml index bd6ebf24a..9b3a2fddc 100644 --- a/interface-definitions/ssh.xml +++ b/interface-definitions/ssh.xml @@ -13,20 +13,20 @@ - SSH user/group access controls. Directives are processed in this: deny-users, allow-users, deny-groups and allow-groups + SSH user/group access controls. Directives are processed in this order: deny-users, allow-users, deny-groups and allow-groups - Login is allowed for users whose primary or supplementary group matches + Allow members of a group to login - Login is allowed only for user names that match + Allow specific users to login @@ -36,13 +36,13 @@ - Login is disallowed for users whose primary or supplementary group matches + Disallow members of a group to login - Login is disallowed for user names that match + Disallow specific users to login @@ -52,13 +52,13 @@ - Enable root login over ssh + Allow the root user to login - Specifies allowed Ciphers + Allowed ciphers @@ -73,13 +73,13 @@ - Don't allow unknown user to login with password + Disable password-based authentication - Specifies available KEX (Key Exchange) algorithms + Allowed key exchange (KEX) algorithms @@ -131,7 +131,7 @@ - Specifies available MAC (message authentication code) algorithms + Allowed message authentication code (MAC) algorithms -- cgit v1.2.3