Searched refs:batch_mode (Results 1 – 12 of 12) sorted by relevance
273 if (private == NULL && !options.batch_mode && perm_ok) { in try_rsa_authentication()304 if (!options.batch_mode && perm_ok) in try_rsa_authentication()752 options.challenge_response_authentication && !options.batch_mode) { in ssh_userauth1()758 options.password_authentication && !options.batch_mode) { in ssh_userauth1()
53 int batch_mode; /* Batch mode: do not ask for passwords. */ member
981 intptr = &options->batch_mode; in process_config_line_depth()1807 options->batch_mode = -1; in initialize_options()1955 if (options->batch_mode == -1) in fill_default_options()1956 options->batch_mode = 0; in fill_default_options()2517 dump_cfg_fmtint(oBatchMode, o->batch_mode); in dump_client_config()
350 &options.batch_mode},355 &options.batch_mode},1259 if (options.batch_mode) { in load_identity_file()
693 if (options.batch_mode) in confirm()
2064 (pkcs11_init(!options.batch_mode) == 0) && in load_public_identity_files()
2435 options.batch_mode) in client_input_hostkeys()
40 int batch_mode; variable129 batch_mode = 1; in batch()
456 return -cmd_exec(argv[1], argv + 1, !!batch_mode); in ipvrf_exec()
400 return -cmd_exec(cmd, argv + 1, !!batch_mode); in netns_exec()
41 int batch_mode; variable226 batch_mode = 1; in batch()
29 extern int batch_mode;