client_expect_confirm
client_expect_confirm(ssh, id, "PTY allocation", CONFIRM_TTY);
client_expect_confirm(ssh, id, "subsystem",
client_expect_confirm(ssh, id, "exec", CONFIRM_CLOSE);
client_expect_confirm(ssh, id, "shell", CONFIRM_CLOSE);
void client_expect_confirm(struct ssh *, int, const char *,
client_expect_confirm(ssh, id, "X11 forwarding",
client_expect_confirm(ssh, id, "X11 forwarding", CONFIRM_WARN);