Home
last modified time | relevance | path

Searched refs:rhosts_authentication (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/cmd/ssh/include/
H A Dreadconf.h60 int rhosts_authentication; /* Try rhosts authentication. */ member
H A Dservconf.h78 int rhosts_authentication; /* If true, permit rhosts member
/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dreadconf.c412 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()
/titanic_50/usr/src/cmd/ssh/sshd/
H A Dservconf.c95 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()
H A Dauth1.c196 if (!options.rhosts_authentication) { in do_authloop()
H A Dsshd.c1560 if (options.rhosts_authentication && in main()
1565 options.rhosts_authentication = 0; in main()
1793 if (options.rhosts_authentication) in do_ssh1_kex()
/titanic_50/usr/src/cmd/ssh/ssh/
H A Dssh.c644 options.rhosts_authentication = 0;
H A Dsshconnect1.c1211 options.rhosts_authentication) { in ssh_userauth1()