add next todo

This commit is contained in:
nora 2024-08-12 23:10:04 +02:00
parent 843dd3bfed
commit e817b63775

View file

@ -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)?;