search for: lrem01

Displaying 1 result from an estimated 1 matches for "lrem01".

Did you mean: lrem02
2008 May 05
2
Rsync with daemon over SSH on port 22 not daemon port
...and : rsync -avzul -e "ssh -vvv -l username" /home/users/blah/ rsync://lrem02:10001::/live As you can see the connection is set to talk to lrem02 on port 10001 however i want to encrypt transfer so i assumed i could do the following: rsync -avzul -e "ssh -vvv -l username -L 10001:lrem01:22" /home/users/blah/ rsync://lrem02:10001::/live However this doesnt work as i perhaps need to config server side :( How can i transfer to a non standard SSH daemon port (10001) with non-root and non access to alter the init default files (873). All help appreciated im assuming my connect...