Searched refs:fallback_to_rsh (Results 1 – 3 of 3) sorted by relevance
67 int fallback_to_rsh; /* Use rsh if cannot connect with ssh. */ member
483 intptr = &options->fallback_to_rsh; in process_config_line()989 options->fallback_to_rsh = -1; in initialize_options()1132 if (options->fallback_to_rsh == -1) in fill_default_options()1133 options->fallback_to_rsh = 0; in fill_default_options()
665 if (options.fallback_to_rsh) {