mirror of
https://github.com/Noratrieb/cluelessh.git
synced 2026-01-14 08:25:05 +01:00
update client identifier
This commit is contained in:
parent
fec88c6feb
commit
01d6a861f1
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ enum ClientState {
|
|||
|
||||
impl ClientConnection {
|
||||
pub fn new(rng: impl SshRng + Send + Sync + 'static) -> Self {
|
||||
let client_ident = b"SSH-2.0-FakeSSH\r\n".to_vec();
|
||||
let client_ident = b"SSH-2.0-ClueleSSH\r\n".to_vec();
|
||||
|
||||
let mut packet_transport = PacketTransport::new();
|
||||
packet_transport.queue_send_protocol_info(client_ident.clone());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue