Home
last modified time | relevance | path

Searched refs:batch_mode (Results 1 – 6 of 6) sorted by relevance

/dragonfly/crypto/openssh/
H A Dreadconf.h48 int batch_mode; /* Batch mode: do not ask for passwords. */ member
H A Dsshconnect2.c407 &options.batch_mode},
412 &options.batch_mode},
1246 notifier = notify_start(options.batch_mode, in identity_sign()
1549 if (options.batch_mode) { in load_identity_file()
H A Dreadconf.c1235 intptr = &options->batch_mode; in process_config_line_depth()
2550 options->batch_mode = -1; in initialize_options()
2716 if (options->batch_mode == -1) in fill_default_options()
2717 options->batch_mode = 0; in fill_default_options()
3521 dump_cfg_fmtint(oBatchMode, o->batch_mode); in dump_client_config()
H A Dsshconnect.c583 if (options.batch_mode) in confirm()
H A Dssh.c2345 (pkcs11_init(!options.batch_mode) == 0) && in load_public_identity_files()
H A Dclientloop.c927 options.batch_mode) in can_update_hostkeys()