OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:permit_local_command
(Results
1 - 5
of
5
) sorted by null
/external/openssh/
readconf.h
131
int
permit_local_command
;
member in struct:__anon25860
readconf.c
998
intptr = &options->
permit_local_command
;
[
all
...]
ssh.c
[
all
...]
clientloop.c
872
if (!options.
permit_local_command
)
879
if (*s == '!' && options.
permit_local_command
) {
[
all
...]
sshconnect.c
[
all
...]
Completed in 4271 milliseconds