Hello Paul Slootman, while i was using ssh from local machine to remote and vice versa,i am getting the following error.
*error message* *=====================================================================* *ssh [EMAIL PROTECTED] <[EMAIL PROTECTED]>* * *Local: Bad packet length 1349676916.* ** *=======================================================* *I had different ssh versions on local & remote server.is this causing the error*. local machine ssh version: --------------------------------------- ssh -V OpenSSH_4.1, OpenSSL 0.9.7e 25 Oct 2004 HP-UX Secure Shell-A.04.00.000, HP-UX Secure Shell version remote machine ssh version ------------------------------------------ SSH Version 1.2.27 [hppa1.1-hp-hpux11.00], protocol version 1.5. Standard version. Does not use RSAREF. Actually i am using rsync tool to copy files from remote server to local server,there it is required to use ssh along with rsync. *by using putty tool i was able to ssh in to these 2 servers separately.but when ever i was trying to use ssh from local machine to remote machime or vice versa i am getting the above error.* * * could you please provide the solution/suggestion.it's very urgent. with warmregards, mannam srinivas On 4/11/08, Paul Slootman <[EMAIL PROTECTED] <[EMAIL PROTECTED]>> wrote: > > On Fri 11 Apr 2008, sri vasulu wrote: > > > > for the first i am trying to use rsync to copy files from remote server > to > > local machine. > > > > i am using the rsync version 3.0.1 protocol version 30 on local > machine. > > remote server is using rsync version 2.6.3 protocol version 28. > > > > i read on web that to copy files from remote server we need to update > > username&password in the file > > secrets file = /etc/rsyncd.scrt ,but this file is not available on my > etc > > directory. > > Only use a secrets file if you want it. Without it, there is no password > check. Also, that secrets file = line is only relevant if you're running > an rsync daemon. If you're using rsync over ssh (as you seem to be > trying), then forget about rsyncd.conf. > > > Actually i am using the following command to copy files from remote > server > > to local machine. > > > > *$ rsync -v -e ssh [EMAIL PROTECTED]:~/webroot.txt /tmp* > > ** > > after executing the above command I am getting the following error. > > *==============================================================* > > *ssh: openbsd.nixcraft.in: no address associated with name > > That means that ssh cannot resolve the hostname given. > Nothing *at* *all* to do with rsync! > First make sure you can login to that host > with plain ssh before trying to run rsync to it. > > > Paul Slootman >
-- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
