prepare for encrypt

This commit is contained in:
nora 2024-08-11 00:18:22 +02:00
parent ed30d5b4dc
commit caf989de97
2 changed files with 20 additions and 3 deletions

View file

@ -64,6 +64,7 @@ pub(crate) struct Packet {
}
impl Packet {
pub(crate) const SSH_MSG_SERVICE_REQUEST: u8 = 5;
pub(crate) const SSH_MSG_SERVICE_ACCEPT: u8 = 6;
pub(crate) const SSH_MSG_KEXINIT: u8 = 20;
pub(crate) const SSH_MSG_NEWKEYS: u8 = 21;
pub(crate) const SSH_MSG_KEXDH_INIT: u8 = 30;