-
Notifications
You must be signed in to change notification settings - Fork 17
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
cluster authentication issues after register-key --force #175
Comments
Delete your instances. Delete your key pair in the EC2 console and try |
I tried it. Same error:
|
You didn't delete the key pair because I can still see the old one. |
You may also want to start from scratch with a new SSH key pair locally. Maybe the private key doesn't match the public key. |
I tried a few new key pairs, with and without password protection. I verified that the key pair fingerprint changed on EC2 after running
|
When I start the cluster without
|
What's CGCLOUD_KEYPAIRS set to? |
on the toil-leader,
|
CGCLOUD_KEYPAIRS on the master? Or on my VM? |
Then you don't have it set. |
Upon investigation on the actual box, it turns out that dots in the namespace prevented cgcloudagent from creating the SQS queue. We should tweak the Workaround for now is to |
Changing the namespace hasn't fixed the problem.
But I can't |
Most recent failure was the result of misconfiguration on user's end (multiple SSH agent instances). |
I followed the READMEs for
cgcloud-core
andcgcloud-toil
to set up on my (firewalled) podcloud VM.Because I already had a key registered (from my old VM, which crashed and took its id_rsa.pub with it), I used
cgcloud register-key --force ~/.ssh/id_rsa.pub
cgcloud create-cluster --leader-instance-type m3.medium --instance-type c3.8xlarge --share shared/ --spot-bid 1.0 -s 1 toil
failed at the rsync step to copy from shared/, so I tried the same command without that option.The cluster was created:
cgcloud list toil-leader
However,
cgcloud ssh toil-leader
gets an ssh error (full error pasted below)I can't ping the machine either.
Ping and ssh to other machines work fine from the VM, so I'm assuming the authentication at EC2 is somehow messed up?
Full error:
The text was updated successfully, but these errors were encountered: