Skip to content

v0.27.6

Peppy authenticates git over SSH using the agent and identity files your ~/.ssh/config selects per host, so 1Password, Secretive, and gpg-agent work.

Released on September 4, 2026

  • Git over SSH now authenticates with the agent and identity files ~/.ssh/config selects for each host through ssh -G, honoring your Host, Match, Include, IdentityAgent, and IdentityFile settings.
  • The daemon binds the agent your IdentityAgent names once at startup and logs which one, making 1Password, Secretive, and gpg-agent reachable even from a service installed with peppy service install.
  • SSH credential failures now name the agent socket, the identity files offered, and any configured paths that do not exist, so a typo in ~/.ssh/config is visible in the message.

View all releases