Skip to content

Add ssh key generator package internal/sshkey

Adrien Kohlbecker requested to merge ak/ssh-generator into master

See #40 (closed)

In order to run builds on Orka VMs, we will need to replace the authentication that is set in the VM image with an ephemeral session SSH key generated at the time of the build. This package supports this use case.

Merge request reports