ask_permission
int ask_permission(const char *, ...) __attribute__((format(printf, 1, 2)));
ok = ask_permission("Allow forward to path %s", chost);
ok = ask_permission("Allow forward to [%s]:%d? ",
if (!ask_permission("Disable further multiplexing on shared "
if (!ask_permission("Allow multiplex proxy connection?")) {
if (!ask_permission("Allow shared connection to %s? ", host)) {
if (!ask_permission("Terminate shared connection to %s? ",
if (!ask_permission("Open %s on %s?", fwd_desc, host)) {
ask_permission("Allow use of key %s?\nKey fingerprint %s.%s%s",
!ask_permission("Add key %s (%s) to agent?", authfile, comment)) {