Searched refs:ask_permission (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/crypto/openssh/
H A Dmisc.h169 int ask_permission(const char *, ...) __attribute__((format(printf, 1, 2)));
H A Dreadpass.c169 ask_permission(const char *fmt, ...) function
H A Dmux.c446 if (!ask_permission("Allow shared connection to %s? ", host)) {
526 if (!ask_permission("Terminate shared connection to %s? ",
804 if (!ask_permission("Open %s on %s?", fwd_desc, host)) {
1019 if (!ask_permission("Allow forward to %s:%u? ",
1111 if (!ask_permission("Disable further multiplexing on shared "
H A Dssh-agent.c235 ask_permission("Allow use of key %s?\nKey fingerprint %s.",
H A Dssh_namespace.h36 #define ask_permission Fssh_ask_permission macro
H A Dsshconnect.c1572 !ask_permission("Add key %s (%s) to agent?", authfile, comment)) {

Completed in 136 milliseconds