Hallo Use, Uwe Kerstan wrote > Hallo, > > kann rsync nicht mit ssh2? System ist Woody. > Beide Rechner laufen mit ssh2:
Welches ssh2? OpenSSH? > $ rsync -rav -e ssh /home/uk/Backup uk@two:/tmp > uk's password: > protocol version mismatch - is your shell clean? > (see the rsync man page for an explanation) > rsync error: protocol incompatibility (code 2) at compat.c(58) > > $ ssh -V > ssh: SSH Version 2.0.13 > $ rsync --version > rsync version 2.5.6cvs protocol version 26 > > aus man rsync: > EXIT VALUES > RERR_PROTOCOL 2 > Protocol incompatibility > > Was sagt mir das? Hat jemand einen Tipp? > (ssh und scp funktionieren.) Starte mal den sshd mit Debugging Optionen. Und den Client im Verbose Mode. rsync -rav -e 'ssh -v' /home/uk/Backup uk@two:/tmp Erkennst du Fehler? Ansonsten mal alle Meldungen in eine Mail packen. Die ssh-Version ist auf jeden Fall zu alt um damit sicher zu arbeiten. gru� Waldemar -- 8485 D0CE 2743 656E 867C 5C93 0317 AFD8 BE21 BD90 -- Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED] mit dem Subject "unsubscribe". Probleme? Mail an [EMAIL PROTECTED] (engl)

