On Mon, 2008-10-13 at 11:51 -0400, Naveen Sajjan wrote: > I am using cwrsync ver 2.1.5 over SSH to connect to > [EMAIL PROTECTED] and facing some problems and not sure how to go > about it. Below is the full text of the result when I run the batch > file. Was wondering if anyone has seen any similar issue. Any > thoughts/help is much appreciated. > ------------------------------------------------ > > Tunnel: ssh > Command to run: "C:\Program Files\cwRsync\bin\rsync.exe" > -av /cygdrive/c/backup/ > rsync://[EMAIL PROTECTED]:9119/cvsroot/myproject > Tunnel command: ssh -i "E:\BTP\PuTTY\myPrivateKey_SSH2DSA.ppk" -L > 9119:127.0.0.1:873 [EMAIL PROTECTED] -T -N > Establishing secure channel ... > The authenticity of host 'myProject.cvs.sourceforge.net > (216.34.181.109)' can't be established. > RSA key fingerprint is > dc:a3:df:84:00:c6:65:b4:93:a6:2e:22:b1:d1:91:b8. > Are you sure you want to continue connecting (yes/no)? rsync: failed > to connect > to localhost: Connection refused (111) > rsync error: error in socket IO (code 10) at clientserver.c(122) > [sender=3.0.4] > Terminating secure channel ... > ------------------------------------------------
It looks like the ssh host key check is interfering with the creation of the tunnel. If you ssh to [EMAIL PROTECTED] once manually and accept the host key warning, you should then be able to use the batch file. Matt -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html