Re: [SLUG] Rsync problems

From: seth (seth@hollen.org)
Date: Tue Oct 16 2001 - 10:56:56 EDT


Great Thanks!!

On Tue, 2001-10-16 at 02:08, Jim Wildman wrote:
> My replay wasn't very clear. If you use ssh (which you really should)
> you don't need the rlogin/rsh stuff. If you use the rlogin/rsh, then
> you don't need sshd.
>
> ------------------------------------------------------------------------
> Jim Wildman jim@rossberry.com
> 903-736-4393
>
> On 16 Oct 2001, seth wrote:
>
> > Does rlogin need to be running or have anything to do with it?
> >
> >
> >
> > Thanks!
> > Seth
> >
> >
> > On Mon, 2001-10-15 at 21:47, Jim Wildman wrote:
> > > There are several ways to use rsync.
> > > 1) with its native protocol, with a server setup somewhere
> > > 2) using rsh or ssh in which case sshd needs to be running on the target
> > > server like this...
> > >
> > > rsync -e ssh -av <fromdir> user@host:/<todir>
> > >
> > > The local user must have read permissions on <fromdir> and the remote
> > > user must have write permissions on <todir>. Nicely automatible with
> > > ssh keys.
> > >
> > > ------------------------------------------------------------------------
> > > Jim Wildman jim@rossberry.com
> > > 903-736-4393
> > >
> > > On 15 Oct 2001, seth wrote:
> > >
> > > > I am having problems with rsync and had a couple questions.
> > > >
> > > > 1)does rsh/ssh need to be running on both machines?
> > > > 2)Does rlogin need to be configured and running?
> > > >
> > > > I think I have it setup correctly, but when I try to connect to the
> > > > server with rsync running as a daemon it just seems to wait forever.
> > > >
> > > > "netstat" show the port open and waiting for a response.
> > > >
> > > > thanks,
> > > > Seth
> > > >
> > > >
> > > > seth@hollen.org
> > > >
> > > >
> > > >
> > >
> >
> >
>



This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 15:22:42 EDT