Searched refs:rhosts_authentication (Results 1 – 8 of 8) sorted by relevance
60 int rhosts_authentication; /* Try rhosts authentication. */ member
78 int rhosts_authentication; /* If true, permit rhosts member
412 intptr = &options->rhosts_authentication; in process_config_line()928 options->rhosts_authentication = -1; in initialize_options()1026 if (options->rhosts_authentication == -1) in fill_default_options()1027 options->rhosts_authentication = 0; in fill_default_options()
95 options->rhosts_authentication = -1; in initialize_server_options()290 if (options->rhosts_authentication == -1) in fill_default_server_options()291 options->rhosts_authentication = 0; in fill_default_server_options()940 intptr = &options->rhosts_authentication; in process_server_config_line()
196 if (!options.rhosts_authentication) { in do_authloop()
1560 if (options.rhosts_authentication && in main()1565 options.rhosts_authentication = 0; in main()1793 if (options.rhosts_authentication) in do_ssh1_kex()
644 options.rhosts_authentication = 0;
1211 options.rhosts_authentication) { in ssh_userauth1()