summaryrefslogtreecommitdiff
path: root/cli-authpubkey.c
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2005-07-18 14:32:52 +0000
committerMatt Johnston <matt@ucc.asn.au>2005-07-18 14:32:52 +0000
commitbfbe624301cb1dc0eef9dc00c235edb339e98082 (patch)
tree7539060f852ea180fe550525412f7345a464adba /cli-authpubkey.c
parent03f634b8a8c00e58528fab21718df514a60d8829 (diff)
downloaddropbear-bfbe624301cb1dc0eef9dc00c235edb339e98082.tar.gz
- progress towards client agent forwarding
(incomplete and does not compile)
Diffstat (limited to 'cli-authpubkey.c')
-rw-r--r--cli-authpubkey.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/cli-authpubkey.c b/cli-authpubkey.c
index 9d36bc3..2cc92f7 100644
--- a/cli-authpubkey.c
+++ b/cli-authpubkey.c
@@ -172,6 +172,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,