Click to See Complete Forum and Search --> : openssh key authentication issues


s0rtov
01-06-2005, 06:35 AM
Hi,

I have 2 Debian servers running OpenSSH_3.4p1 and a Suse server running OpenSSH_3.7.1p2. I want to use one of the debian servers to run some automated tasks which copy files from the other servers.
I have created the key pair using "ssh-keygen -t dsa" and copied the public key into the authorized_keys files on the other 2 servers. I am able to use the key authentication successfuly to the Suse server, but not the other Debian server. I have also used the sshd_config file from the Suse server on the Debian server, still with no joy. Permissions have also been checked and are the same on both servers.

Any help in resolving this issue will be greatly appreciated.

G