mirror of
https://github.com/Noratrieb/cluelessh.git
synced 2026-01-16 01:15:04 +01:00
better logs and stuff
This commit is contained in:
parent
9c923e4aa9
commit
843dd3bfed
5 changed files with 32 additions and 34 deletions
|
|
@ -51,6 +51,12 @@ ctors! {
|
|||
// 1 to 19 Transport layer generic (e.g., disconnect, ignore, debug, etc.)
|
||||
// 20 to 29 Algorithm negotiation
|
||||
// 30 to 49 Key exchange method specific (numbers can be reused for different authentication methods)
|
||||
fn new_msg_kex_ecdh_init(SSH_MSG_KEX_ECDH_INIT; client_ephemeral_public_key_qc: string);
|
||||
fn new_msg_kex_ecdh_reply(SSH_MSG_KEX_ECDH_REPLY;
|
||||
server_public_host_key_ks: string,
|
||||
server_ephemeral_public_key_qs: string,
|
||||
signature: string,
|
||||
);
|
||||
|
||||
// -----
|
||||
// User authentication protocol:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue