small fixes

This commit is contained in:
nora 2024-08-30 01:38:58 +02:00
parent 185d77e94f
commit 026965bda5
19 changed files with 124 additions and 106 deletions

View file

@ -102,6 +102,8 @@ async fn main() -> eyre::Result<()> {
let transport_config = cluelessh_protocol::transport::server::ServerConfig {
host_keys: pub_host_keys,
// This is definitely who we are.
server_identification: b"SSH-2.0-OpenSSH_9.7\r\n".to_vec(),
};
let mut listener =