diff options
author | Matt Johnston <matt@ucc.asn.au> | 2007-08-16 13:34:37 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2007-08-16 13:34:37 +0000 |
commit | e41452afebbe0a8520ddcb2220d62f5a15845815 (patch) | |
tree | 07333ff62ba340aced17ff7bac19f661ae7cd590 /cli-authpubkey.c | |
parent | 58296a95f1c8d987a4b6834aa5998a2ba1d3f1c5 (diff) | |
parent | 1e26b86f1508b0a7586b2e9dfd2ac328b94e8c42 (diff) |
propagate from branch 'au.asn.ucc.matt.dropbear' (head 8a7db1e2fdc5636abb338adb636babc32f465739)
to branch 'au.asn.ucc.matt.dropbear.cli-agent' (head d82c25da2f7e4fb6da510d806c64344e80bb270d)
--HG--
branch : agent-client
extra : convert_revision : 78d02301ae8310efa2639f15da0ea62dea110e4b
Diffstat (limited to 'cli-authpubkey.c')
-rw-r--r-- | cli-authpubkey.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cli-authpubkey.c b/cli-authpubkey.c index c16ef90..3b89eae 100644 --- a/cli-authpubkey.c +++ b/cli-authpubkey.c @@ -173,6 +173,13 @@ int cli_auth_pubkey() { TRACE(("enter cli_auth_pubkey")) + if (cli_opts.pubkeys == NULL && + cli_opts.agent_fwd && + !cli_opts.agent_keys_loaded) { + /* get the list of available keys from the agent */ + load_agent_keys(&cli_opts.pubkeys); + } + if (cli_opts.privkeys != NULL) { /* Send a trial request */ send_msg_userauth_pubkey(cli_opts.privkeys->key, |