mirror of
https://github.com/Noratrieb/cluelessh.git
synced 2026-01-16 01:15:04 +01:00
transport improvements
This commit is contained in:
parent
026965bda5
commit
8de8204bc7
6 changed files with 147 additions and 45 deletions
|
|
@ -35,6 +35,8 @@ consts! {
|
|||
const SSH_MSG_DEBUG = 4;
|
||||
const SSH_MSG_SERVICE_REQUEST = 5;
|
||||
const SSH_MSG_SERVICE_ACCEPT = 6;
|
||||
const SSH_MSG_EXT_INFO = 7;
|
||||
const SSH_MSG_NEWCOMPRESS = 8;
|
||||
|
||||
// 20 to 29 Algorithm negotiation
|
||||
const SSH_MSG_KEXINIT = 20;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue