I\'ve been setting up ssh on three computers at home, with the aim of using public key authentication to remove the need to input passwords. AFAIK, I have followed accurately the procedure for copying the public keys from the clients into the authorized_keys files on the servers.
These are the three machines (names changed to protect the innocent ):
A = Linux desktop; ssh server and client
B = Windows laptop; ssh client only (PuTTY and Pageant authentication agent)
C = my Zaurus 5500 (tkcROM); ssh server and client
To date, I can log onto A from B or C, without needing to input a password - that is, the key pairs are matched up by the client and server, and it logs me straight in. Unfortunately, when I try to log onto C from A or B, I am always asked for the password, even though the public keys from A and B are both present in the authorized-keys file.
In short, I have two ssh servers, which I set up the same way - the desktop (where the key authentication is working), and the Zaurus (where it isn\'t). I\'ll experiment further this evening; meantime, is there anything I could be overlooking?
Thanks,
Tim