mirror of
https://github.com/Noratrieb/cluelessh.git
synced 2026-01-16 09:25:04 +01:00
prepare for encrypt
This commit is contained in:
parent
ed30d5b4dc
commit
caf989de97
2 changed files with 20 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue