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

  /external/openssh/
misc.h 103 int ask_permission(const char *, ...) __attribute__((format(printf, 1, 2)));
readpass.c 170 ask_permission(const char *fmt, ...) function
mux.c 423 if (!ask_permission("Allow shared connection to %s? ", host)) {
498 if (!ask_permission("Terminate shared connection to %s? ",
723 if (!ask_permission("Open %s on %s?", fwd_desc, host)) {
885 if (!ask_permission("Allow forward to %s:%u? ",
928 if (!ask_permission("Disable further multiplexing on shared "
    [all...]
ssh-agent.c 203 if (ask_permission("Allow use of key %s?\nKey fingerprint %s.",
    [all...]

Completed in 57 milliseconds