Skip to main content

Module agent

Module agent 

Source
Expand description

SSH-agent wire-protocol support.

Phase 2 of §5.7 ships the client side: talk to any running agent (Gitway’s future daemon or OpenSSH’s ssh-agent) over $SSH_AUTH_SOCK. Phase 3 will add the daemon side in agent::daemon.

Unix-only for Phase 2 — Windows named-pipe transport is deferred to the daemon work.

Modules§

askpass
Interactive confirmation prompts for the SSH agent daemon.
client
Blocking SSH-agent client.
daemon
Long-lived SSH agent daemon.