From ac8487a20796f4ab78bf515f0fa28b96eadb5717 Mon Sep 17 00:00:00 2001 From: Matt Johnston <matt@ucc.asn.au> Date: Thu, 3 Nov 2022 21:26:36 +0800 Subject: [PATCH] Change ident string to SunsetSSH --- src/ident.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ident.rs b/src/ident.rs index 73c1e06..b19364b 100644 --- a/src/ident.rs +++ b/src/ident.rs @@ -1,6 +1,6 @@ use crate::error::{Error,TrapBug}; -pub(crate) const OUR_VERSION: &[u8] = "SSH-2.0-sunset".as_bytes(); +pub(crate) const OUR_VERSION: &[u8] = "SSH-2.0-SunsetSSH".as_bytes(); const SSH_PREFIX: &[u8] = "SSH-2.0-".as_bytes(); -- GitLab