Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dreadconf.h47 int batch_mode; /* Batch mode: do not ask for passwords. */ member
H A Dreadconf.c1128 intptr = &options->batch_mode; in process_config_line_depth()
2340 options->batch_mode = -1; in initialize_options()
2501 if (options->batch_mode == -1) in fill_default_options()
2502 options->batch_mode = 0; in fill_default_options()
3274 dump_cfg_fmtint(oBatchMode, o->batch_mode); in dump_client_config()
H A Dsshconnect2.c433 &options.batch_mode},
438 &options.batch_mode},
1284 notifier = notify_start(options.batch_mode, in identity_sign()
1587 if (options.batch_mode) { in load_identity_file()
H A Dsshconnect.c575 if (options.batch_mode) in confirm()
H A Dssh.c2249 (pkcs11_init(!options.batch_mode) == 0) && in load_public_identity_files()
H A Dclientloop.c2240 options.batch_mode) in client_input_hostkeys()