Skip to content

fix: track JetBrains connections #10968

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Dec 7, 2023
Prev Previous commit
Next Next commit
Comment that localForwardChannelData is copied
Co-authored-by: Steven Masley <Emyrk@users.noreply.github.com>
  • Loading branch information
code-asher and Emyrk committed Dec 1, 2023
commit dce56fd1a1cf66a6c8013ed17af73caef0ca2592
1 change: 1 addition & 0 deletions agent/agentssh/jetbrainstrack.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import (
gossh "golang.org/x/crypto/ssh"
)

// localForwardChannelData is copied from the ssh package.
type localForwardChannelData struct {
DestAddr string
DestPort uint32
Expand Down