Home
last modified time | relevance | path

Searched refs:pubkey_authentication (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/cmd/ssh/include/
H A Dreadconf.h64 int pubkey_authentication; /* Try ssh2 pubkey authentication. */ member
H A Dservconf.h85 int pubkey_authentication; /* If true, permit ssh2 pubkey authentication. */ member
/titanic_50/usr/src/cmd/ssh/sshd/
H A Dservconf.c100 options->pubkey_authentication = -1; in initialize_server_options()
300 if (options->pubkey_authentication == -1) in fill_default_server_options()
301 options->pubkey_authentication = 1; in fill_default_server_options()
960 intptr = &options->pubkey_authentication; in process_server_config_line()
1440 M_CP_INTOPT(pubkey_authentication); in copy_set_server_options()
H A Dauth2-pubkey.c352 &options.pubkey_authentication,
/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dreadconf.c428 intptr = &options->pubkey_authentication; in process_config_line()
930 options->pubkey_authentication = -1; in initialize_options()
1030 if (options->pubkey_authentication == -1) in fill_default_options()
1031 options->pubkey_authentication = 1; in fill_default_options()
/titanic_50/usr/src/cmd/ssh/ssh/
H A Dsshconnect2.c290 &options.pubkey_authentication,