I’m on a mac and have no trouble connecting through terminal or cyberduck, but in Coda the sftp login will not work.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Okay, I checked for the .ssh directory and it was there. One other thing I noticed, while troubleshooting this last night. The user I gave ftp access to, lets say “userftp” doesn’t work in Coda, but the root user login does. Could that have anything to do with it?
Make sure your private key is in the .ssh directory below your users’ home directory and use your private key password as the password to login instead of choosing to use a key. If you don’t have one by that name, simply create it:
cd ~ \
&& mkdir .ssh
… and then move a copy of your private key to your new .ssh directory.
For example, if your username on OS X is brandon, then your key should be located at:
/Users/brandon/.ssh/private_key
That should allow you to login with Coda and/or Transmit.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.