Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have followed the instructions in thread: How do configure Coda to work for my Amazon EC2 instance?

However, I am still having a problem. I can ssh into my EC2 Instance by just typing ssh unbuntu@ip as well as use the terminal in Coda. When I try to add a site and connect- it says User name or Password was not accepted by server.

I am sure my permissions are correct (400) on my keypair located in .ssh as I can ssh into it.

My coda settings are:

Protocal: SFTP port 22
Server: <ip>
username: ubuntu
password: <blank>
Root URL: http://<ip>/sub

Furthermore, My .ssh directory permision is 700 and all files within are set to 400. My config file looks like:

Host <ip>
User ubuntu
IdentityFile ~/.ssh/key.pem
HostName <ip>

Any idea what is going wrong? I can ssh through the termainal and use the Coda terminal; however, I says "Could not connect to server xxxx: The username or password was not accepted by the server." when I try to open the site using Coda.

share|improve this question

1 Answer

Try setting the username to "ec2-user" with a blank password.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.