Skip to content

feat: support SSH agent auth across SSH features#960

Open
ZacharyZcR wants to merge 3 commits into
Termix-SSH:dev-2.5.0from
ZacharyZcR:feature/support-821-agent-auth
Open

feat: support SSH agent auth across SSH features#960
ZacharyZcR wants to merge 3 commits into
Termix-SSH:dev-2.5.0from
ZacharyZcR:feature/support-821-agent-auth

Conversation

@ZacharyZcR

Copy link
Copy Markdown
Member

Summary

  • reuse the existing SSH agent socket resolver to attach ssh2 agents consistently
  • support agent auth in file manager, Docker, metrics, tmux monitor, snippets, Proxmox discovery, credential deploy, and jump-host chains
  • handle serialized terminalConfig values and cover agent config attachment in tests

Scope

This addresses the SSH-agent based path for Termix-SSH/Support#821, including YubiKey keys exposed through ssh-agent, gpg-agent, or compatible agent sockets. Direct PKCS#11 library loading is intentionally left out for a separate follow-up.

Tests

  • npm run type-check
  • npm run test -- src/backend/ssh/terminal-agent-auth.test.ts
  • npx eslint

Note: full npm run lint still fails on an existing unrelated unused import in src/backend/ssh/managers/wireguard.ts.

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.

1 participant