October 2010

Configuring key based remote login and MySQL Database Explorer for Komodo IDE 6 on OS X

Komodo IDE icon

Passwordless authentication for remote servers

As the information on how to get this working isn't clearly written anywhere I thought this blog post was in order.

Problem:

I was having no joy getting server login to work on 2 servers that have key based authentication, I could log in from terminal by using:

$ ssh username@server.com
and would connected without needing to enter a password.