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

  /external/openssh/
readconf.h 45 int pubkey_authentication; /* Try ssh2 pubkey authentication. */ member in struct:__anon9879
servconf.h 93 int pubkey_authentication; /* If true, permit ssh2 pubkey authentication. */ member in struct:__anon9886
servconf.c 98 options->pubkey_authentication = -1;
220 if (options->pubkey_authentication == -1)
221 options->pubkey_authentication = 1;
946 intptr = &options->pubkey_authentication;
    [all...]
auth2-pubkey.c 464 &options.pubkey_authentication
readconf.c 462 intptr = &options->pubkey_authentication;
1138 options->pubkey_authentication = -1;
    [all...]
monitor.c 1145 allowed = options.pubkey_authentication &&
1148 if (options.pubkey_authentication && allowed != 1)
    [all...]
sshconnect2.c 337 &options.pubkey_authentication,
    [all...]

Completed in 544 milliseconds