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.
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
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
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
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
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
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