mirror of
https://github.com/Noratrieb/cluelessh.git
synced 2026-01-16 17:35:04 +01:00
"support" more MACs
This commit is contained in:
parent
6776616e05
commit
afbda574f3
1 changed files with 2 additions and 2 deletions
|
|
@ -276,10 +276,10 @@ impl SupportedAlgorithms {
|
||||||
supported: vec![encrypt::CHACHA20POLY1305, encrypt::AES256_GCM],
|
supported: vec![encrypt::CHACHA20POLY1305, encrypt::AES256_GCM],
|
||||||
},
|
},
|
||||||
mac_to_peer: AlgorithmNegotiation {
|
mac_to_peer: AlgorithmNegotiation {
|
||||||
supported: vec!["hmac-sha2-256"],
|
supported: vec!["hmac-sha2-256", "hmac-sha2-256-etm@openssh.com"],
|
||||||
},
|
},
|
||||||
mac_from_peer: AlgorithmNegotiation {
|
mac_from_peer: AlgorithmNegotiation {
|
||||||
supported: vec!["hmac-sha2-256"],
|
supported: vec!["hmac-sha2-256", "hmac-sha2-256-etm@openssh.com"],
|
||||||
},
|
},
|
||||||
compression_to_peer: AlgorithmNegotiation {
|
compression_to_peer: AlgorithmNegotiation {
|
||||||
supported: vec!["none"],
|
supported: vec!["none"],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue