Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/include/
H A Dreadconf.h65 int hostbased_authentication; /* ssh2's rhosts_rsa */ member
H A Dservconf.h82 int hostbased_authentication; /* If true, permit ssh2 hostbased auth */ member
/titanic_50/usr/src/cmd/ssh/sshd/
H A Dservconf.c97 options->hostbased_authentication = -1; in initialize_server_options()
294 if (options->hostbased_authentication == -1) in fill_default_server_options()
295 options->hostbased_authentication = 0; in fill_default_server_options()
948 intptr = &options->hostbased_authentication; in process_server_config_line()
1441 M_CP_INTOPT(hostbased_authentication); in copy_set_server_options()
H A Dauth2-hostbased.c213 &options.hostbased_authentication,
/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dreadconf.c440 intptr = &options->hostbased_authentication; in process_config_line()
954 options->hostbased_authentication = -1; in initialize_options()
1064 if (options->hostbased_authentication == -1) in fill_default_options()
1065 options->hostbased_authentication = 0; in fill_default_options()
/titanic_50/usr/src/cmd/ssh/ssh-keysign/
H A Dssh-keysign.c189 if (options.hostbased_authentication != 1) in main()
/titanic_50/usr/src/cmd/ssh/ssh/
H A Dssh.c686 options.hostbased_authentication) {
700 if (options.hostbased_authentication == 1 &&
H A Dsshconnect2.c285 &options.hostbased_authentication,