Hello

I'm trying to do rsync through ssh between too boxes.
It needs to run  without any interactive password authentication.

I read a lot of documentation on this, and achived this between
two other hosts.  I got A to scp to B and A to scp to C, but I can't get
B to scp to C.

I get the following messages in the debug:

root@agnes:/home > rsync -rvz --rsh '/usr/bin/ssh -v'   ./* myhosts:/tmp
SSH Version OpenSSH_2.3.0p1, protocol versions 1.5/2.0.
Compiled with SSL (0x0090581f).
debug: Reading configuration data /etc/ssh/ssh_config
debug: Seeding random number generator
debug: ssh_connect: getuid 0 geteuid 0 anon 0
debug: Connecting to myhost [111.111.111.111] port 22.
debug: Seeding random number generator
debug: Allocated local port 932.
debug: Connection established.
debug: Remote protocol version 1.99, remote software version OpenSSH_2.3.0p1
debug: no match: OpenSSH_2.3.0p1
debug: Local version string SSH-1.5-OpenSSH_2.3.0p1
debug: Waiting for server public key.
debug: Received server public key (768 bits) and host key (1024 bits).
debug: Host 'myhosts' is known and matches the RSA host key.
debug: Seeding random number generator
debug: Encryption type: 3des
debug: Sent encrypted session key.
debug: Installing crc compensation attack detector.
debug: Received encrypted confirmation.
debug: Trying RSA authentication with key 'root@agnes'
debug: Server refused our key.
debug: Doing password authentication.
root@myhosts's password: 

I think I swapped the public keys, and I'm rather confused about fixing
this.

the entry in /etc/ssh/shosts_equiv is set on the recieving server, as
well as /root/.shosts and /root/.ssh/known_hosts

Does anyone know where the problem might be?

Ruben

Reply via email to