poudriere using git+ssh and private key?
Ronald Klop <[email protected]> Thu, 18 Jun 2026 11:50:01 +0200 (CEST)
| Newsgroups | gmane.os.freebsd.devel.ports |
|---|---|
| Message-ID | <499706356.116608.1781776201821@localhost> |
Hi, I'm improving my poudriere setup to get the ports tree via git+ssh. poudriere ports -c -f "dummypool/poudriere/ports/branchX" -m git+ssh -B "branchX" -p "test" -U ssh://ronald@<githost>/usr/ports This works from the command line, but it all runs from Jenkins so I don't want interactive passwords for ssh. How do I pass an ssh private key to the git/ssh invocation? Regards, Ronald.