Skip to content

Instantly share code, notes, and snippets.

@DanBeckett
Last active August 29, 2015 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DanBeckett/97ef7c7ff7bfe608e190 to your computer and use it in GitHub Desktop.
Save DanBeckett/97ef7c7ff7bfe608e190 to your computer and use it in GitHub Desktop.
Config File Solution for Coda SSH Errors
//This file is just a guide, don't include the comments in Coda.
//To directly add, copy the stripped down "config" file instead.
Host sitedev // the nickname you give the project. set Coda’s “nickname” and “server” the same
HostName access.b1.server.com // the SSH address provided
User user123 // the SSH username
IdentityFile ~/.ssh/id_rsa // path to your SSH key
Port 22 // port. usually 22 unless specified differently
//Coda Project settings
http://cl.ly/WMAR
http://cl.ly/WMnn
Host sitedev
HostName access.b1.server.com
User user123
IdentityFile ~/.ssh/id_rsa
Port 22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment