Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/include/
H A Dreadconf.h61 int rhosts_rsa_authentication; /* Try rhosts with RSA member
H A Dservconf.h80 int rhosts_rsa_authentication; /* If true, permit rhosts RSA member
/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dreadconf.c436 intptr = &options->rhosts_rsa_authentication; in process_config_line()
953 options->rhosts_rsa_authentication = -1; in initialize_options()
1062 if (options->rhosts_rsa_authentication == -1) in fill_default_options()
1063 options->rhosts_rsa_authentication = 0; in fill_default_options()
/titanic_50/usr/src/cmd/ssh/sshd/
H A Dservconf.c96 options->rhosts_rsa_authentication = -1; in initialize_server_options()
292 if (options->rhosts_rsa_authentication == -1) in fill_default_server_options()
293 options->rhosts_rsa_authentication = 0; in fill_default_server_options()
944 intptr = &options->rhosts_rsa_authentication; in process_server_config_line()
H A Dauth1.c216 if (!options.rhosts_rsa_authentication) { in do_authloop()
H A Dsshd.c1795 if (options.rhosts_rsa_authentication) in do_ssh1_kex()
/titanic_50/usr/src/cmd/ssh/ssh/
H A Dssh.c685 if (options.rhosts_rsa_authentication ||
H A Dsshconnect1.c1231 options.rhosts_rsa_authentication) { in ssh_userauth1()