-
Notifications
You must be signed in to change notification settings - Fork 343
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
difficult to set --cloud-ssh-private
#852
Comments
--cloud-ssh -private
--cloud-ssh-private
I use it |
--cloud-ssh-private
--cloud-ssh-private
What are your thoughts on something to populate an authorized key for you?
in a startup script? Maybe document common debugging options/steps somewhere like the above, |
💯 - feel free to create a new page on the wiki |
Doesn't the SSH documentation snippet work as expected? |
Publishing some old snippets I wrote months ago: Terraform with
|
We need to have also a private key so the provider can SSH to the instance and wait for runners to be ready. Still, we could add a separate configuration option to provision additional authorized keys from the startup script. 🙈 🙉 🙊 |
I think this is was tried, but unsuccessfully
I generally have been letting the tool do all of its own key management, my ssh keys are on a hardware token so I couldn't give the private key even if I wanted to, but having a quick way to get your public key or set of keys into the I am hesitant about adding more to an ever-growing list of |
@0x2b3bfa0 was not this issue fixed? |
@DavidGOrtega, not before merging yargs/yargs-parser#434. |
WorkaroundUse References |
Update: yargs/yargs-parser#434 merged yesterday, pending yargs/yargs-parser#446 |
As per #848 (comment), there's an issue with
--cloud-ssh-private=--...
.The text was updated successfully, but these errors were encountered: