Commit Graph
3 Commits
Author SHA1 Message Date
Brian Joerger f31290b0e9 Capture x11 and agent forwarding requests in trace. (#59292) 2025-09-18 19:43:20 +00:00
Brian Joerger b0c67dfb78 refactor: Move ssh agent server helpers to sshagent package (#57244)
* Move lib/teleagent/server.go to lib/sshagent/server.go.

* Use NewStaticClientGetter instead of NoopCloser.

* Remove lib/sshagent dependency from sshutils package.

* Fix typo.
2025-08-05 20:57:00 +00:00
Brian Joerger 984e54a7e6 fix: Agent Forwarding - Windows System Agent and 1Password agent (#57243)
* Move lib/utils/agentconn to lib/sshagent.

* Move system agent connection logic and logging to sshagent.DialSystemAgent; Update comments.

* Retrieve a new system SSH agent connection for each agent forwarding channel request.

* Add test.

* Add type aliases to teleagent.

* Remove unused function.

* Revert import to fix go mod tidy error.

* Fix flaky test.

* Address comments.

* Use context.After stop function; Fix unsafe wg.Wait call.
2025-08-04 18:04:11 +00:00