Skip to content
Snippets Groups Projects
Commit ac8487a2 authored by Matt Johnston's avatar Matt Johnston
Browse files

Change ident string to SunsetSSH

parent 9445a2f1
No related merge requests found
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();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment