Re: rsync and tunneling via ssh

2004-09-13 Thread Brian
Hi, If you don't have some other reason to use the rsync server, you should just use "plain" rsync for this. rsync -e ssh -av remotehost:/remote/path /local/path This is what I do right now, however I would rather do what Jean-Gabriel was trying because then I have logging done on the server.

Re: rsync and tunneling via ssh

2004-08-26 Thread Dan Pritts
On Thu, Aug 26, 2004 at 05:48:42PM +0200, Jean-Gabriel Duquesnoy wrote: > Hi Dan, > > thanks for your hint, i am now one step further, I get the following error now: > > Received disconnect from xxx.xxx.xxx.xxx: 2: fork failed: Resource temporarily > unavailable Have you verified that the rsync

RE: rsync and tunneling via ssh

2004-08-26 Thread Jean-Gabriel Duquesnoy
] Subject: Re: rsync and tunneling via ssh On Thu, Aug 26, 2004 at 05:14:53PM +0200, Jean-Gabriel Duquesnoy wrote: > Hi, > > I have setup a rsync server with a rsync running as a deamon, due to security > rules I cannot open the rsync standard port (873) in the firewall. > We have to tunne

Re: rsync and tunneling via ssh

2004-08-26 Thread Dan Pritts
On Thu, Aug 26, 2004 at 05:14:53PM +0200, Jean-Gabriel Duquesnoy wrote: > Hi, > > I have setup a rsync server with a rsync running as a deamon, due to security > rules I cannot open the rsync standard port (873) in the firewall. > We have to tunnel rsync through ssh. > On the client side, which is

Re: rsync and tunneling via ssh

2004-08-26 Thread Paul Slootman
On Thu 26 Aug 2004, Jean-Gabriel Duquesnoy wrote: > > I have setup a rsync server with a rsync running as a deamon, due to security > rules I cannot open the rsync standard port (873) in the firewall. > We have to tunnel rsync through ssh. > On the client side, which is linux kernel 2.4 I have mad

rsync and tunneling via ssh

2004-08-26 Thread Jean-Gabriel Duquesnoy
Hi, I have setup a rsync server with a rsync running as a deamon, due to security rules I cannot open the rsync standard port (873) in the firewall. We have to tunnel rsync through ssh. On the client side, which is linux kernel 2.4 I have made the following script, but ssh -i /home/ifao/bin/travel