aws / aws-k8s-tester

AWS Kubernetes tester, kubetest2 deployer implementation
Apache License 2.0
163 stars 82 forks source link

Generate SSH key with go instead of exec #402

Closed cartermckinnon closed 10 months ago

cartermckinnon commented 10 months ago

Description of changes:

Uses the go stdlib to generate a key instead of ssh-keygen, which really prefers a tty.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.