mirror of
https://github.com/Noratrieb/cluelessh.git
synced 2026-01-14 16:35:06 +01:00
add next todo
This commit is contained in:
parent
843dd3bfed
commit
e817b63775
1 changed files with 1 additions and 0 deletions
|
|
@ -195,6 +195,7 @@ impl ServerConnection {
|
|||
let kex_algorithm = kex_algorithms.find(kex.kex_algorithms.0)?;
|
||||
debug!(name = %kex_algorithm.name(), "Using KEX algorithm");
|
||||
|
||||
// TODO: support ecdsa-sha2-nistp256
|
||||
let server_host_key_algorithm =
|
||||
require_algorithm("ssh-ed25519", kex.server_host_key_algorithms)?;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue