feat: Trace command output for SSH Strategy (#35)

manage command output SSH strategy
This commit is contained in:
Mario Candela
2023-04-14 22:35:11 +02:00
committed by GitHub
parent fe6d95ecd6
commit 49a4022f56
2 changed files with 17 additions and 12 deletions

View File

@ -12,6 +12,7 @@ type Event struct {
RemoteAddr string
Protocol string
Command string
CommandOutput string
Status string
Msg string
ID string