diff options
Diffstat (limited to 'templates/system')
-rw-r--r-- | templates/system/login/user/node.tag/authentication/public-keys/node.def | 2 | ||||
-rw-r--r-- | templates/system/login/user/node.tag/authentication/public-keys/node.tag/key/node.def | 7 |
2 files changed, 5 insertions, 4 deletions
diff --git a/templates/system/login/user/node.tag/authentication/public-keys/node.def b/templates/system/login/user/node.tag/authentication/public-keys/node.def index a9089d6f..d30d5afb 100644 --- a/templates/system/login/user/node.tag/authentication/public-keys/node.def +++ b/templates/system/login/user/node.tag/authentication/public-keys/node.def @@ -1,7 +1,7 @@ tag: type: txt help: Remote access public keys -comp_help: The key identifier is a usually user@host as generated by ssh-keygen +val_help:<txt>; key identifier used by ssh-keygen (usually of form user@host) commit:expression: $VAR(./type/) != "" ; \ "Must configure public key type for $VAR(@)" diff --git a/templates/system/login/user/node.tag/authentication/public-keys/node.tag/key/node.def b/templates/system/login/user/node.tag/authentication/public-keys/node.tag/key/node.def index a5744bfe..494964eb 100644 --- a/templates/system/login/user/node.tag/authentication/public-keys/node.tag/key/node.def +++ b/templates/system/login/user/node.tag/authentication/public-keys/node.tag/key/node.def @@ -4,6 +4,7 @@ syntax:expression: pattern $VAR(@) "^[0-9A-Za-z+/=]*$" ; \ "Invalid public key character not base-64" comp_help: Base64 encoded public key value. - The key is usually serval hundred bytes long (because of the size of - the public key encoding). You don't want to type it in directly, - instead use the loadkey interface. + The key is usually several hundred bytes long (because of the size of + the public key encoding). Use the loadkey tool to input key from + a URL or file. + |