Re: SSH and rsync server (tunnelling)

2004-08-20 Thread Lars E. D. Jensen
Lars E. D. Jensen wrote: Hi Thanks for your previous answers. Now I'm fighting with setting up ssh tunnelling with rsync Hi Just wanted to share this with other "rsync through tunnelling" newbies. This script will copy files from "remotehostname" to "localhostname" with permissions/ownership etc.

SSH and rsync server (tunnelling)

2004-08-18 Thread Lars E. D. Jensen
Hi Thanks for your previous answers. Now I'm fighting with setting up ssh tunnelling with rsync I got a rsync server (100.100.100.100) listening on port 873. It's configured with a rsync user. (It works without ssh tunnelling) On my rsync client I issue this command: ssh -f -L :100.100.100.10

SV: SSH and rsync server

2004-08-17 Thread Tevfik Karagulle
Hi, >> So, if you want to encrypt the traffic to an existing rsync daemon, you'll need to use ssh (or maybe stunnel) to forward a local socket address to the remote machine (which allows you to tell rsync to connect to the local machine and have that connection get forwarded to the remote machine

Re: SSH and rsync server

2004-08-17 Thread Wayne Davison
On Tue, Aug 17, 2004 at 06:15:41PM +0200, Lars E. D. Jensen wrote: > The warning tells me that it's not possibel to use ssh?! Not to connect with an existing rsync daemon. The remote-shell option tells rsync to spawn a remote-shell which runs a program (rsync). However, to connect to an existing

Re: SSH and rsync server

2004-08-17 Thread Lars E. D. Jensen
Widyono wrote: On Tue, Aug 17, 2004 at 06:15:41PM +0200, Lars E. D. Jensen wrote: The warning tells me that it's not possibel to use ssh?! I do this: rsync -auz --delete --rsh=?ssh -l ssh_username" [EMAIL PROTECTED]::www /var/www WARNING: --rsh or -e option ignored when connecting to rsync daemon

Re: SSH and rsync server

2004-08-17 Thread Widyono
On Tue, Aug 17, 2004 at 06:15:41PM +0200, Lars E. D. Jensen wrote: > The warning tells me that it's not possibel to use ssh?! > > I do this: > rsync -auz --delete --rsh=?ssh -l ssh_username" > [EMAIL PROTECTED]::www /var/www > > WARNING: --rsh or -e option ignored when connecting to rsync daemon

SSH and rsync server

2004-08-17 Thread Lars E. D. Jensen
Hi list I need to use rsync with ssh, but I keep getting this error message no matter what I do, I've read the mailing lists but can't figure out what needs to be done: The warning tells me that it's not possibel to use ssh?! I do this: rsync -auz --delete --rsh=”ssh -l ssh_username" [EMAIL PRO