Skip to content
This repository has been archived by the owner on Mar 11, 2022. It is now read-only.

allow users to pass a private ssh key to be loaded into earthly #5

Open
alexcb opened this issue Sep 27, 2021 · 0 comments
Open

allow users to pass a private ssh key to be loaded into earthly #5

alexcb opened this issue Sep 27, 2021 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@alexcb
Copy link
Contributor

alexcb commented Sep 27, 2021

Allow a user to pass in one or more private ssh keys, which would be loaded into a new ssh-agent instance, and be made available to earthly.
This would allow users to link multiple private repos.

behind the scenes, it could be implemented with

eval "$(ssh-agent)"
echo "$key" | ssh-add -

Until this is supported, users can use https://github.com/webfactory/ssh-agent in addition to the earthly action

@alexcb alexcb added enhancement New feature or request good first issue Good for newcomers labels Sep 27, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant