diff --git a/cmd/ssh-chat/cmd.go b/cmd/ssh-chat/cmd.go index bfab292..218cfcd 100644 --- a/cmd/ssh-chat/cmd.go +++ b/cmd/ssh-chat/cmd.go @@ -108,6 +108,7 @@ func main() { auth := sshchat.NewAuth() config := sshd.MakeAuth(auth) config.AddHostKey(signer) + config.ServerVersion = "SSH-2.0-Go ssh-chat" s, err := sshd.ListenSSH(options.Bind, config) if err != nil {