Displaying 1 result from an estimated 1 matches for "targetcomput".
Did you mean:
targetcomputer
2005 Oct 21
4
"-signs in rsync as well as in embedded ssh command
...ully transfered some testfile on my local computer with the
following command:
rsync -e "ssh" testfile.txt localhost:receive
I can also succesfully connect with SSH to a remote server through an http proxy
with the following command:
ssh -o "ProxyCommand corkscrew myhttpProxy 8080 targetcomputer.domain 22"
targetcomputer.domain
But I'm so far unable to combine them, mostly because the "-signs in the SSH
command seem to conflict with the "-signs in the rsync command.
I've tried the following combinations with the following results:
command:
rsync -e "ssh -o...