mirror of
https://github.com/Noratrieb/cluelessh.git
synced 2026-01-14 16:35:06 +01:00
small fixes
This commit is contained in:
parent
185d77e94f
commit
026965bda5
19 changed files with 124 additions and 106 deletions
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue