-
Notifications
You must be signed in to change notification settings - Fork 271
When using multiple keys, only the first one is detected #228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
We're having the same issue. Seems like the comments are not saved in deploy keys (anymore?) and so ssh-agent isn't recognizing them |
As a temporary workaround if you have 1 new key you can put the new key at the top and it will be used as the default |
theres no work around, you just shouldn't use ssh agent this way because they didn't think this through. What I'm gonna have to do is basically add each dependency as a subtree in each repository which really sucks I'm mad about it but whatever do it, don't look back and be done with it. |
Just bumped into this. Same result: whichever key is first is used, the rest seem to be ignored. Maybe this setup should not be advertised in the frontpage/readme, given that it is known not to work. |
Suggested workaround for whoever is reading this: set and use one key at the time. For example i want to refresh 2 submodules that have 2 different deploy keys. The following seems to work:
|
Hello, here is what my YAML file looks like:
I've tried it with just the first key and just the second key, and they both work. However, when I use two keys at the same time, only one seems to be detected. Is there something I’m missing?
The text was updated successfully, but these errors were encountered: