PRD 0007: SSH egress gate #10
Reference in New Issue
Block a user
Delete Branch "ssh-egress-gate"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
bottle.sshentries.bottle.sshstops appearing in pipelock's allowlist, SSRF rules, etc.git fetchfrom inside the implementer agent, which has been failing withkex_exchange_identification: Connection closed by remote hostsince #9 merged.Why now
PRD 0006 enabled
tls_interceptionunconditionally. Pipelock's SNI verification gate then rejects every SSH-over-CONNECT tunnel (banner is not a TLS ClientHello), so any bottle with ansshentry can't reach its git host. Bandage fixes (passthrough_domains + sni_verification toggle) are intentionally skipped in favor of the architectural separation.