diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-07-19 10:33:43 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-07-19 10:33:43 -0700 |
commit | 12c2160ecbf2ff6b441ec9f4cc5e70273c44b556 (patch) | |
tree | 4ba1a268617782602e5d15566fb0b1dd385ef389 /templates | |
parent | 4b8c3cc167e5af04b40597931e10ffb5c2c2ccb9 (diff) | |
download | vyatta-cfg-quagga-12c2160ecbf2ff6b441ec9f4cc5e70273c44b556.tar.gz vyatta-cfg-quagga-12c2160ecbf2ff6b441ec9f4cc5e70273c44b556.zip |
Fix language in help text for loadkey
Diffstat (limited to 'templates')
-rw-r--r-- | templates/system/login/user/node.tag/authentication/public-keys/node.tag/key/node.def | 7 |
1 files changed, 4 insertions, 3 deletions
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. + |