Skip to content

feat: add SSH agent forwarding support#144

Merged
vicajilau merged 10 commits intomasterfrom
integration/pr-139-agent-forwarding
Mar 20, 2026
Merged

feat: add SSH agent forwarding support#144
vicajilau merged 10 commits intomasterfrom
integration/pr-139-agent-forwarding

Conversation

@vicajilau
Copy link
Collaborator

Summary

Details

  • adds auth-agent request/channel handling with in-memory agent support
  • keeps existing X11 forwarding flow and recent transport/auth updates
  • includes agent tests and passes targeted regression suite

Validation

  • dart test test/src/ssh_agent_test.dart test/src/ssh_transport_version_test.dart test/src/ssh_auth_abort_error_test.dart

@codecov
Copy link

codecov bot commented Mar 20, 2026

Codecov Report

❌ Patch coverage is 69.93007% with 43 lines in your changes missing coverage. Please review.
✅ Project coverage is 42.72%. Comparing base (84a2262) to head (5ef6bf9).
⚠️ Report is 11 commits behind head on master.

Files with missing lines Patch % Lines
lib/src/ssh_client.dart 3.70% 26 Missing ⚠️
lib/src/ssh_agent.dart 89.18% 12 Missing ⚠️
lib/src/ssh_channel.dart 0.00% 5 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #144      +/-   ##
==========================================
+ Coverage   41.45%   42.72%   +1.26%     
==========================================
  Files          60       61       +1     
  Lines        4648     4791     +143     
==========================================
+ Hits         1927     2047     +120     
- Misses       2721     2744      +23     
Flag Coverage Δ
unittests 42.72% <69.93%> (+1.26%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@vicajilau vicajilau merged commit 8c151ea into master Mar 20, 2026
3 checks passed
@vicajilau vicajilau deleted the integration/pr-139-agent-forwarding branch March 20, 2026 10:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants