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.