-
Notifications
You must be signed in to change notification settings - Fork 116
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
Unable to deal with passphrase-protected SSH keys #1
Comments
Just confirmed this by creating a new unprotected keypair and used this for a test-cluster, where everything worked as expected… |
thanks for the report! I'll need to check out how to make golang.org/crypto/ssh work with passphrase connections...or if you know how to make this, you maybe could do a PR? |
i was bored, so i implemented it here #8 |
closed by #8 |
There seems to be a regression. I am unable to create a cluster with the same error. I have tried with and without passphrase. I get the following error:
|
It looks, like
hetzner-kube cluster create […]
is unable to deal with passphrase-protected SSH keys.After successfully initializing all servers, the last 2 lines of output were:
Using
hetzner-kube
eb0790bThe text was updated successfully, but these errors were encountered: