I Like
I Like

Reputation: 1847

Acquia Dev Desktop won't let me push changes to server

I've just edited some code in my Bartik theme and saved it locally. When I try to push my local code to the server using Acquia Dev Desktop I get a message that says: 'Bad Private Key File'

I have copied down the private key exactly as it appeared on my Acquia Cloud account in the credentials section, but the problem persists.

The desktop application gives me an option to generate my own private key, but this is different from the one that appears online on my Acquia Cloud account. In any case, generating my own private key results in 'SSH authentication failed'.

I would really appreciate any help!

Upvotes: 1

Views: 481

Answers (2)

Muthuvel Sathiyavel
Muthuvel Sathiyavel

Reputation: 1

  1. Generate public ssh key and private ssh key
  2. public ssh key is for acquia cloud
  3. private ssh key is for local dev desktop

Upvotes: 0

Aubrey Robertson
Aubrey Robertson

Reputation: 257

Github offers an excellent and straightforward guide for generating public/private key pairs. Most version control systems and cloud services that use SSH do this. One you have the key, you just copy and paste it to the server and you're good to go.

Upvotes: 0

Related Questions