summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2010-07-19 10:33:43 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2010-07-19 10:33:43 -0700
commit12c2160ecbf2ff6b441ec9f4cc5e70273c44b556 (patch)
tree4ba1a268617782602e5d15566fb0b1dd385ef389 /templates
parent4b8c3cc167e5af04b40597931e10ffb5c2c2ccb9 (diff)
downloadvyatta-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.def7
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.
+