Skip to content

Commit 90e6e88

Browse files
committed
wip
1 parent 4d65478 commit 90e6e88

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

agent/agentssh/jetbrainstrack.go

+4
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ func NewJetbrainsChannelWatcher(ctx ssh.Context, logger slog.Logger, newChannel
4545
return newChannel
4646
}
4747

48+
logger.Debug(ctx, "checking forwarded process",
49+
slog.F("cmdline", cmdline),
50+
slog.F("destination_port", d.DestPort))
51+
4852
// If this is not JetBrains, then we do not need to do anything special. We
4953
// attempt to match on something that appears unique to JetBrains software and
5054
// the vendor name flag seems like it might be a reasonable choice.

0 commit comments

Comments
 (0)