SSH_TUNID_MAX
if (tun <= SSH_TUNID_MAX) {
tun = strtonum(s, 0, SSH_TUNID_MAX, &errstr);
if (tun > SSH_TUNID_MAX) {