OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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:__anon24071
servconf.h
93
int
pubkey_authentication
; /* If true, permit ssh2 pubkey authentication. */
member in struct:__anon24078
servconf.c
98
options->
pubkey_authentication
= -1;
220
if (options->
pubkey_authentication
== -1)
221
options->
pubkey_authentication
= 1;
946
intptr = &options->
pubkey_authentication
;
[
all
...]
readconf.c
462
intptr = &options->
pubkey_authentication
;
1138
options->
pubkey_authentication
= -1;
[
all
...]
auth2-pubkey.c
464
&options.
pubkey_authentication
monitor.c
1145
allowed = options.
pubkey_authentication
&&
1148
if (options.
pubkey_authentication
&& allowed != 1)
[
all
...]
sshconnect2.c
337
&options.
pubkey_authentication
,
[
all
...]
Completed in 84 milliseconds