confirm_key
if (id->confirm && confirm_key(id, sig_dest) != 0) {
cdata->confirm_key = 'y';
cdata->confirm_key);
if (s[0] != cdata->confirm_key && (s[0] != '\r' || !cdata->default_yes))
u_char confirm_key;
const char *confirm_key, *prompt, *cmd;
if ((confirm_key = args_get(args, 'c')) != NULL) {
if (confirm_key[1] == '\0' &&
confirm_key[0] > 31 &&
confirm_key[0] < 127)
cdata->confirm_key = confirm_key[0];