diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-07-19 10:38:09 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-07-19 10:38:09 -0700 |
commit | d66b222b3fe082b2f12dc08d8301eceaeadbdbcd (patch) | |
tree | 9ee02c1157ca01f7a587ce43d03d9ec7cb5bac9e /templates/system/login | |
parent | 13d0ad414be9aa4b53703191fc165327cbe5e7a2 (diff) | |
download | vyatta-cfg-quagga-d66b222b3fe082b2f12dc08d8301eceaeadbdbcd.tar.gz vyatta-cfg-quagga-d66b222b3fe082b2f12dc08d8301eceaeadbdbcd.zip |
Convert public-keys help to new format
Diffstat (limited to 'templates/system/login')
-rw-r--r-- | templates/system/login/user/node.tag/authentication/public-keys/node.def | 2 |
1 files changed, 1 insertions, 1 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(@)" |