ssh authorized_keys problem between Mac & Linux
I have a Macintosh Powerbook with OS X 10.2.6 and OpenSSH_3.4p1, SSH protocols 1.5/2.0, OpenSSL 0x0090609f, and a Debian Linux desktop box with OpenSSH_3.6.1p2 Debian 1:3.6.1p2-2, SSH protocols 1.5/2.0, OpenSSL 0x0090702f. The Powerbook is named Agito while the desktop is Terrania.
Now, I wanted to be able to connect from Agito to Terrania without having to enter my password, as often as I have to do it. So I generated an RSA1 key in identity.pub and copied it over to Terrania's ~/.ssh/authorized_keys file, as well as to Eyrie, another Linux machine I use from time to time that has OpenSSH_3.6.1p2 Debian 1:3.6.1p2-2, SSH protocols 1.5/2.0, OpenSSL 0x0090702f. I also copied Terrania's key back to Agito for when I wanted to connect the other way.
Now, when I do ssh eyrie from Agito, it connects just fine. However, when I do ssh terrania it still asks for the password.
When I do ssh agito from Terrania, it asks for the password as well...unless I do ssh -1 agito in which case it connects just fine. However, doing ssh -1 terrania from Agito still asks for the password.
I've checked permissions, made sure the file was in the right place and everything, and I still have no idea what's going on. It's driving me crazy, as I would really like to be able to connect to Terrania from Agito without having to enter the password.
Any suggestions?
Now, I wanted to be able to connect from Agito to Terrania without having to enter my password, as often as I have to do it. So I generated an RSA1 key in identity.pub and copied it over to Terrania's ~/.ssh/authorized_keys file, as well as to Eyrie, another Linux machine I use from time to time that has OpenSSH_3.6.1p2 Debian 1:3.6.1p2-2, SSH protocols 1.5/2.0, OpenSSL 0x0090702f. I also copied Terrania's key back to Agito for when I wanted to connect the other way.
Now, when I do ssh eyrie from Agito, it connects just fine. However, when I do ssh terrania it still asks for the password.
When I do ssh agito from Terrania, it asks for the password as well...unless I do ssh -1 agito in which case it connects just fine. However, doing ssh -1 terrania from Agito still asks for the password.
I've checked permissions, made sure the file was in the right place and everything, and I still have no idea what's going on. It's driving me crazy, as I would really like to be able to connect to Terrania from Agito without having to enter the password.
Any suggestions?
