summaryrefslogtreecommitdiff
path: root/scripts/vyatta-load-user-key.pl
AgeCommit message (Collapse)Author
2012-03-01forgot to use io::promptJohn Southworth
2012-03-01Bugfix 7555: Allow users to import keys when using loadkeyJohn Southworth
2010-04-05Use 3 arg open to create pipeStephen Hemminger
Safer from user doing nasty things with command args.
2010-02-17Add support for options in keyfileStephen Hemminger
The sshd file format has optional options; copy them to a placeholder node and generate to authorized_keys Better error message when wrong number of arguments.
2010-02-17Handle DSA keysStephen Hemminger
Bug 5350 Need some changes to support DSA keys (Protocol V2). Also add support for options in key file.
2010-02-02Bug in handling local key fileStephen Hemminger
When URL was added, local file read got broken!
2009-12-04Fix load user key scriptStephen Hemminger
Enhanced usage of curl to handle scp://user@host/filename
2009-12-04Rearrange the public-key configuration schemaStephen Hemminger
New syntax: system login user vyatta authentication public-key user@remote type ssh-rsa
2009-12-03Fix some file headers that cause build warningsStephen Hemminger
Debian build warnings on these files.
2009-12-03Add script for loading public keyStephen Hemminger
Variation on existing config file loader that is useful for loading public key.