Peppy now reads git repositories over SSH, so private repositories are reachable without embedding a credential in your config.
Released on September 2, 2026
- You can now give
peppy repo add,peppy node add, andgitentries inrepositories.json5an SSH URL (git@host:owner/repo.gitorssh://) to reach a private repository, authenticating through your ssh-agent and~/.sshkeys the waysshdoes.