Home
last modified time | relevance | path

Searched refs:fallback_to_rsh (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/ssh/include/
H A Dreadconf.h67 int fallback_to_rsh; /* Use rsh if cannot connect with ssh. */ member
/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dreadconf.c483 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()
/titanic_50/usr/src/cmd/ssh/ssh/
H A Dssh.c665 if (options.fallback_to_rsh) {