Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/include/
H A Dservconf.h83 int hostbased_uses_name_from_packet_only; /* experimental */ member
/titanic_50/usr/src/cmd/ssh/sshd/
H A Dauth2-hostbased.c178 if (options.hostbased_uses_name_from_packet_only) { in hostbased_key_allowed()
H A Dservconf.c98 options->hostbased_uses_name_from_packet_only = -1; in initialize_server_options()
296 if (options->hostbased_uses_name_from_packet_only == -1) in fill_default_server_options()
297 options->hostbased_uses_name_from_packet_only = 0; in fill_default_server_options()
952 intptr = &options->hostbased_uses_name_from_packet_only; in process_server_config_line()