Displaying 1 result from an estimated 1 matches for "firewallip".
2003 Apr 12
1
rsync over ssh question
...unnel over the Internet to connect to a firewall
onto which an SSH daemon is running
- Through the SSH tunnel I want to send rsync traffic to a backup server,
sitting behind the firewall and running
rsync in daemon mode
Here is the command I tried to use :
rsync -e "ssh -p 1142 -l sshuser [firewallip] -" -av --progress --delete -z
./ rsyncuser@[backupserverip]:testdir
This gives me a bash error on "-" after I successfully logged on to the ssh
server. I verified that the rsync daemon is running correctly. No firewall
rules are blocking rsync traffic from the firewall to the backu...