OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ignore_user_known_hosts
(Results
1 - 4
of
4
) sorted by null
/external/openssh/
auth-rh-rsa.c
56
options.
ignore_user_known_hosts
? NULL : _PATH_SSH_USER_HOSTFILE);
auth2-hostbased.c
187
options.
ignore_user_known_hosts
? NULL : _PATH_SSH_USER_HOSTFILE);
193
options.
ignore_user_known_hosts
? NULL :
servconf.h
68
int
ignore_user_known_hosts
; /* Ignore ~/.ssh/known_hosts
member in struct:__anon25867
servconf.c
83
options->
ignore_user_known_hosts
= -1;
190
if (options->
ignore_user_known_hosts
== -1)
191
options->
ignore_user_known_hosts
= 0;
926
intptr = &options->
ignore_user_known_hosts
;
[
all
...]
Completed in 732 milliseconds