HomeSort by relevance Sort by last modified time
    Searched refs:hostbased_key_types (Results 1 - 7 of 7) sorted by null

  /external/openssh/
servconf.h 102 char *hostbased_key_types; /* Key types allowed for hostbased */ member in struct:__anon17334
220 M_CP_STROPT(hostbased_key_types); \
readconf.h 153 char *hostbased_key_types; member in struct:__anon17325
auth2-hostbased.c 112 options.hostbased_key_types,
113 strlen(options.hostbased_key_types), 0) != 1) {
servconf.c 112 options->hostbased_key_types = NULL;
258 if (options->hostbased_key_types == NULL)
259 options->hostbased_key_types = xstrdup("*");
    [all...]
readconf.c     [all...]
monitor.c 1234 options.hostbased_key_types,
1235 strlen(options.hostbased_key_types), 0) == 1 &&
    [all...]
sshconnect2.c     [all...]

Completed in 164 milliseconds