Re: RSync + SSH tunneling through firewall

2004-09-09 Thread Stefaan Lhermitte
Yessos, very cool. It works even with rsync -auv -e "ssh [EMAIL PROTECTED] ssh" src_folder host_C:sdt_dir Sometimes solutions can be very simple... Unfortunartely all open positions for email postmasters are just filled in. I did my best to convince my boss, you were better, but it didn't work.:)

Re: RSync + SSH tunneling through firewall

2004-09-09 Thread Stefaan Lhermitte
Haai Andrzej, The problem is solved. When I double checked the ssh-b file I realized I had to change the linux commands to cygwin commands. >From that moment all commands (like date, hostname...) worked on the C-host So with the key authentification and the following ssh-b script: #!/bin/bas

Re: RSync + SSH tunneling through firewall

2004-09-08 Thread Andrzej Filip
Stefaan Lhermitte wrote: Indeed, I want to: * to start rsync session A->C * cannot establish ssh session A->C (firewall) * but can establish ssh session A->B and B->C I think I understand the ssh hop. If I'm correct. I make a script file ssh-b that I subsequently invoke in the rsync command (./ssh

Re: RSync + SSH tunneling through firewall

2004-09-08 Thread Stefaan Lhermitte
Indeed, I want to: * to start rsync session A->C * cannot establish ssh session A->C (firewall) * but can establish ssh session A->B and B->C I think I understand the ssh hop. If I'm correct. I make a script file ssh-b that I subsequently invoke in the rsync command (./ssh-b). Unfortunately I sti

Re: RSync + SSH tunneling through firewall

2004-09-08 Thread Paul Slootman
On Wed 08 Sep 2004, Stefaan Lhermitte wrote: > I tried to connect the tunnel with another port number. When I use port > number 22 instead of 873 I can telnet to C from B. > When I telnet I get "SSH-1.99-OpenSSH_3.9p1." Yes, because you are connecting via the tunnel to the ssh server on C > Su

Re: RSync + SSH tunneling through firewall

2004-09-08 Thread Andrzej Filip
Stefaan Lhermitte wrote: I tried to connect the tunnel with another port number. When I use port number 22 instead of 873 I can telnet to C from B. When I telnet I get "SSH-1.99-OpenSSH_3.9p1." Subsequently I ran: ssh -v -L 22:C-computer:22 [EMAIL PROTECTED] When I run now the rsync command: r

Re: RSync + SSH tunneling through firewall

2004-09-08 Thread Stefaan Lhermitte
I tried to connect the tunnel with another port number. When I use port number 22 instead of 873 I can telnet to C from B. When I telnet I get  "SSH-1.99-OpenSSH_3.9p1." Subsequently I ran: ssh -v -L 22:C-computer:22 [EMAIL PROTECTED] When I run now the rsync command: rsync -v /cygdrive/d/fol

Re: RSync + SSH tunneling through firewall

2004-09-07 Thread Stefaan Lhermitte
Nope, I cannot telnet port 873. I tried "telnet C-computer" and "telnet C-computer 873" but command give the error: Connection refused. On the other hand, the SSH command from B-computer to C-computer works does give connection without any problems. Thanx in advance, Stef Andrzej Filip wrot

Re: RSync + SSH tunneling through firewall

2004-09-07 Thread Andrzej Filip
Stefaan Lhermitte wrote: I'm trying to rsync my labtop pc (let's assume A-computer) with my desktop pc (let's assume C-computer) through our firewall. In between there is one computer (let's assume B-computer) that has an open port, so I theoretically could connect via a tunnel. I checked the SSH

RSync + SSH tunneling through firewall

2004-09-07 Thread Stefaan Lhermitte
Dear RSYNCians, I'm trying to rsync my labtop pc (let's assume A-computer) with my desktop pc (let's assume C-computer) through our firewall. In between there is one computer (let's assume B-computer) that has an open port, so I theoretically could connect via a tunnel. I checked the SSH- website