Reputation: 1847
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
Reputation: 1
Upvotes: 0
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