Closed mazhang2718 closed 7 years ago
Sounds like ssh keys not on the server to me. It should always specify the dev target.
Yeah, that's the problem. I asked Matt to make an issue so I could follow up on it while I was slammed on other stuff today.
Matt said he ran fab update_copy
and this worked ok, so we run into problems with the _download_data()
fab task.
We added @mazhang2718's SSH public key to the public
and public-staging
EC2 instances and he was able to successfully run fab production|staging local_bootstrap
.
Running
fab local_bootstrap
gives this error:And running
fab production local_bootstrap
orfab staging local_bootstrap
seems to require an ubuntu password:We're pretty sure this is just an issue with ssh keys not being on the server, though it could be something else.