Re: tunneling rsync through ssh

2001-06-01 Thread Dave Dykstra
On Fri, Jun 01, 2001 at 01:52:55PM +0200, thomas graichen wrote: > here is what i get: > > [root@tecklenburg2 /root]# telnet localhost 10873 > Trying 127.0.0.1... > Connected to localhost. > Escape character is '^]'. > @RSYNCD: 24 > Welcome to the samba.org and PPC/Linux anonymous rsync archives.

Re: tunneling rsync through ssh

2001-06-01 Thread thomas graichen
[EMAIL PROTECTED] wrote: > I was taking that same tack... then, I looked again. note: He's on host a, telling >it to ssh to host-b, forwarding port 873 of host-a through the ssh connection to >host-c. > He isn't sshing to the rsync host. He's sshing to a machine that can rsync to >host-c. I

Re: tunneling rsync through ssh

2001-05-31 Thread tim . conway
l Circle Suite D Longmont, CO 80501 "There are some who call me Tim?" [EMAIL PROTECTED]@[EMAIL PROTECTED] on 05/31/2001 11:00:37 AM Sent by:[EMAIL PROTECTED] To: [EMAIL PROTECTED]@SMTP cc: [EMAIL PROTECTED]@SMTP Subject:Re: tunneling rsync through ssh Cla

Re: Re[2]: tunneling rsync through ssh

2001-05-31 Thread Michael
> thomas graichen <[EMAIL PROTECTED]> wrote: > > Martin Pool <[EMAIL PROTECTED]> wrote: > > > On 31 May 2001, thomas graichen <[EMAIL PROTECTED]> wrote: > > >> did anyone here get rsync tunneled through ssh working so far? > Yes, I use it daily for automatic updates to three webservers using s

Re: tunneling rsync through ssh

2001-05-31 Thread thomas graichen
"Michael H. Warfield" <[EMAIL PROTECTED]> wrote: >> i too - but what if the other end is a public rsync server >> without ssh access for you? > Then how would you establish the ssh tunnel to begin with? Seems > like we have a "rabit stew" situtation (first you catch your rabbit). > If you

Re: tunneling rsync through ssh

2001-05-31 Thread thomas graichen
Rusty Carruth <[EMAIL PROTECTED]> wrote: > thomas graichen <[EMAIL PROTECTED]> wrote: >> Martin Pool <[EMAIL PROTECTED]> wrote: >> > On 31 May 2001, thomas graichen <[EMAIL PROTECTED]> wrote: >> >> did anyone here get rsync tunneled through ssh working so far? > Never needed to send that through

Re: tunneling rsync through ssh

2001-05-31 Thread thomas graichen
Martin Pool <[EMAIL PROTECTED]> wrote: > On 31 May 2001, Rusty Carruth <[EMAIL PROTECTED]> wrote: >> Hmm. What's wrong with his syntax? (Assuming 'Martin' is a he, sorry >> if I'm wrong!) I use 'ssh2 [EMAIL PROTECTED] -L 119:news.there.com:119' to >> forward nntp all the time and it works fine

Re: tunneling rsync through ssh

2001-05-31 Thread Michael H. Warfield
On Thu, May 31, 2001 at 04:16:44PM +0200, thomas graichen wrote: > Martin Pool <[EMAIL PROTECTED]> wrote: > > On 31 May 2001, thomas graichen <[EMAIL PROTECTED]> wrote: > >> did anyone here get rsync tunneled through ssh working so far? > >> > >> just to make clear what i mean: i only have an ssh

Re: tunneling rsync through ssh

2001-05-31 Thread Michael H. Warfield
On Thu, May 31, 2001 at 04:17:36PM +0200, thomas graichen wrote: > "Michael H. Warfield" <[EMAIL PROTECTED]> wrote: > > On Thu, May 31, 2001 at 01:48:56PM +0200, thomas graichen wrote: > >> did anyone here get rsync tunneled through ssh working so far? > > >> just to make clear what i mean: i onl

Re: tunneling rsync through ssh

2001-05-31 Thread Martin Pool
On 31 May 2001, Rusty Carruth <[EMAIL PROTECTED]> wrote: > Hmm. What's wrong with his syntax? (Assuming 'Martin' is a he, sorry > if I'm wrong!) I use 'ssh2 [EMAIL PROTECTED] -L 119:news.there.com:119' to > forward nntp all the time and it works fine - what do you know that > I don't? (Ok, ye

Re[2]: tunneling rsync through ssh

2001-05-31 Thread Rusty Carruth
thomas graichen <[EMAIL PROTECTED]> wrote: > Martin Pool <[EMAIL PROTECTED]> wrote: > > On 31 May 2001, thomas graichen <[EMAIL PROTECTED]> wrote: > >> did anyone here get rsync tunneled through ssh working so far? Never needed to send that through ssh. I forward smtp and nntp and pop all the ti

Re: tunneling rsync through ssh

2001-05-31 Thread thomas graichen
Martin Pool <[EMAIL PROTECTED]> wrote: > You must be root on host-a to be able to forward ports under 1024. > Does it work if you use a different local port number, e.g. sorry - i forgot - all done as root and other ports do not work either t -- thomas graichen <[EMAIL PROTECTED]> ... perfec

Re: tunneling rsync through ssh

2001-05-31 Thread thomas graichen
Martin Pool <[EMAIL PROTECTED]> wrote: > On 31 May 2001, thomas graichen <[EMAIL PROTECTED]> wrote: >> did anyone here get rsync tunneled through ssh working so far? >> >> just to make clear what i mean: i only have an ssh connection >> to a host b (say mine is host a) and want to rsync stuff fro

Re: tunneling rsync through ssh

2001-05-31 Thread thomas graichen
"Michael H. Warfield" <[EMAIL PROTECTED]> wrote: > On Thu, May 31, 2001 at 01:48:56PM +0200, thomas graichen wrote: >> did anyone here get rsync tunneled through ssh working so far? >> just to make clear what i mean: i only have an ssh connection >> to a host b (say mine is host a) and want to rs

Re: tunneling rsync through ssh

2001-05-31 Thread Michael H. Warfield
On Thu, May 31, 2001 at 01:48:56PM +0200, thomas graichen wrote: > did anyone here get rsync tunneled through ssh working so far? > just to make clear what i mean: i only have an ssh connection > to a host b (say mine is host a) and want to rsync stuff from > host c this way (because i can't do i

Re: tunneling rsync through ssh

2001-05-31 Thread Martin Pool
On 31 May 2001, thomas graichen <[EMAIL PROTECTED]> wrote: > did anyone here get rsync tunneled through ssh working so far? > > just to make clear what i mean: i only have an ssh connection > to a host b (say mine is host a) and want to rsync stuff from > host c this way (because i can't do it di

tunneling rsync through ssh

2001-05-31 Thread thomas graichen
did anyone here get rsync tunneled through ssh working so far? just to make clear what i mean: i only have an ssh connection to a host b (say mine is host a) and want to rsync stuff from host c this way (because i can't do it directly due to fire- wall limitations) host-a> ssh -L873:host-c:873 h