diff options
Diffstat (limited to 'scripts/vyatta-load-user-key.pl')
-rwxr-xr-x | scripts/vyatta-load-user-key.pl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/vyatta-load-user-key.pl b/scripts/vyatta-load-user-key.pl index 3896ca56..6e62335f 100755 --- a/scripts/vyatta-load-user-key.pl +++ b/scripts/vyatta-load-user-key.pl @@ -157,7 +157,9 @@ sub getkeys { } } -print "Warning: `loadkey' command has been deprecated.\nUse `generate public-key-command' instead.\n"; +print "Warning: `loadkey' command has been deprecated and will be removed in a future version.\n"; +print "Instead, use the op-mode command `generate public-key-command' to generate commands for manual addition:\n"; +print "$ generate public-key-command name <username> path <path-or-url>\n\n"; die "Incorrect number of arguments, expect\n", " loadkey user filename|url\n" |