Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dclientloop.h63 enum confirm_action { CONFIRM_WARN = 0, CONFIRM_CLOSE, CONFIRM_TTY }; enumerator
H A Dclientloop.c823 if (cr->action == CONFIRM_TTY && in client_status_confirm()
859 if (cr->action == CONFIRM_TTY) { in client_status_confirm()
2718 client_expect_confirm(ssh, id, "PTY allocation", CONFIRM_TTY); in client_session2_setup()