mirror of
https://github.com/mariocandela/beelzebub.git
synced 2025-07-01 18:47:26 -04:00
POC mongodb tracing
This commit is contained in:
@ -74,6 +74,7 @@ func (SSHStrategy *SecureShellStrategy) Init(beelzebubServiceConfiguration parse
|
||||
PasswordHandler: func(ctx ssh.Context, password string) bool {
|
||||
tr.TraceEvent(tracer.Event{
|
||||
Msg: "New SSH attempt",
|
||||
Protocol: tracer.SSH,
|
||||
Status: tracer.Stateless,
|
||||
User: ctx.User(),
|
||||
Password: password,
|
||||
|
Reference in New Issue
Block a user