Home
last modified time | relevance | path

Searched refs:CONFIRM_TTY (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/crypto/openssh/
H A Dclientloop.h62 enum confirm_action { CONFIRM_WARN = 0, CONFIRM_CLOSE, CONFIRM_TTY }; enumerator
H A Dclientloop.c824 if (cr->action == CONFIRM_TTY && in client_status_confirm()
860 if (cr->action == CONFIRM_TTY) { in client_status_confirm()
2704 client_expect_confirm(ssh, id, "PTY allocation", CONFIRM_TTY); in client_session2_setup()