The value of SSH_MSG_KEXDH_INIT and SSH_MSG_KEXDH_REPLY



Anybody know where in the standards are the actual numerical
values of SSH_MSG_KEXDH_INIT and SSH_MSG_KEXDH_REPLY specified? The
structure of these SSHv2 messages is described in RFC 4253, but nothing
is said about their values. OpenSSH uses 30 and 31 - where are those
values standardized?

.