Re: Rsync problem



Nico Kadel-Garcia schrieb:


That doesn't say much about the version of SSH on the server, or on the PC. I assume it's not OpenSSH on your local client? And can you connect to it with a good known client, such as Putty?



Hy again,

Here are some tries using plink.exe which i've got from the PuTTY homepage.

Same again:
- I can log in using plink.
- Using of rsync and plink fails.


Greetings,
Bernd



==========

C:\rsync>plink
PuTTY Link: command-line connection utility
Release 0.58
Usage: plink [options] [user@]host [command]
("host" can also be a PuTTY saved session name)
Options:


=========

C:\rsync>plink user@xxxxxxxxxxxxxxx
Using username "user".
Using keyboard-interactive authentication.
Password:
Linux viffs1 2.6.8-2-386 #1 Mon Jan 24 03:01:58 EST 2005 i686 GNU/Linux

The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.

Last login: Wed Feb 22 14:02:40 2006 from 192.168.255.2
user@server:~$

==========
C:\rsync>rsync -av -e plink user@xxxxxxxxxxxxxxx:/tst tst
Using keyboard-interactive authentication.
Access denied
Using keyboard-interactive authentication.
Access denied
Using keyboard-interactive authentication.
Access denied
^C
Using keyboard-interactive authentication.
rsync error: received SIGUSR1 or SIGINT (code 20) at rsync.c(229)

==========

C:\rsync>rsync -av -e "plink -l user" user@xxxxxxxxxxxxxxx:/tst tst

Using keyboard-interactive authentication.
Access denied
Using keyboard-interactive authentication.
Access denied
Using keyboard-interactive authentication.
Access denied
Using keyboard-interactive authentication.
^C
rsync error: unexplained error (code 58) at rsync.c(229)
.