Displaying 1 result from an estimated 1 matches for "myhttpproxi".
Did you mean:
myhttpproxy
2005 Oct 21
4
"-signs in rsync as well as in embedded ssh command
Hello,
Today I succesfully 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