ssh directory on my local Ubuntu machine, I have my id_rsa and id_rsa.pub files. It's not a problem with how ssh is set up on my Linode because I can ssh to it from my Windows machine using key authentication. However, whenever I try to ssh to my Linode I get the error message Permission denied (publickey).
I have created a private and public key on my local machine and copied my public key to my Linode's authorized_keys file. I am trying to connect to a Linode (running Ubuntu 12.04 LTS) from my local machine (also running Ubuntu 12.04 LTS)