#52 added loading auth details from env variables.
However, since the ssh public key is generated on labctl auth login, SSHing to playground doesn't work without logging in first (which writes credentials to disk, not ideal in a CI environment)
Ideas:
- Add an
auth generate-ssh-keycommand
- Generate SSH key on demand if it's missing
(I'll open a PR later if we settle on the solution)
#52 added loading auth details from env variables.
However, since the ssh public key is generated on
labctl auth login, SSHing to playground doesn't work without logging in first (which writes credentials to disk, not ideal in a CI environment)Ideas:
auth generate-ssh-keycommand(I'll open a PR later if we settle on the solution)