View | Details | Raw Unified | Return to bug 2564 | Differences between
and this patch

Collapse All | Expand All

(-)a/sshconnect.c (+3 lines)
Lines 1529-1534 maybe_add_key_to_agent(char *authfile, Key *private, char *comment, Link Here
1529
		return;
1529
		return;
1530
	}
1530
	}
1531
1531
1532
	if (comment == NULL || *comment == '\0')
1533
		comment = authfile;
1534
1532
	if (options.add_keys_to_agent == 2 &&
1535
	if (options.add_keys_to_agent == 2 &&
1533
	    !ask_permission("Add key %s (%s) to agent?", authfile, comment)) {
1536
	    !ask_permission("Add key %s (%s) to agent?", authfile, comment)) {
1534
		debug3("user denied adding this key");
1537
		debug3("user denied adding this key");

Return to bug 2564