-
Notifications
You must be signed in to change notification settings - Fork 44
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
Using setup with Passphrase-Protected Key #11
Comments
I was having the same error when trying to setup a cluster manager on triton (i.e. The final error in my console was this:
Reproduction StepsCreate an encrypted SSH Key (RSA 4096)
Add public key to Triton AccountFingerprint: ab:54:40:a1:ee:eb:97:33:a7:bc:64:5a:23:a0:8b:58 Clone Triton Kubernetes
Setup DependenciesThis is how I had installed terraform, kubectl, etc. I also am running minikube locally with vmware fusion. I doubt this causes the problem, but it is included here for completeness.
Create Triton Profile
Set Profile
Create non-HA cluster
Log
No machines were createdAt least there aren't any containers/kvm instances to cleanup when this fails.
|
Prompt for Manta URL instead of hardcoded value when creating manager
Hi,
Seeing failures when using a key that has a passphrase; key is
~/.ssh/id_rsa
and it is available in ssh-agent under Mac OS X High Sierra.Using a key w/o a passphrase works as expected.
Looking at the Triton Provider docs for terraform it looks like this should work - so I'm not exactly sure why this is failling for me.
Log is here:
Happy to test as needed.
Cheers,
Jay
The text was updated successfully, but these errors were encountered: