raffe
August 14th, 2002, 06:53
I want to mirror out my website(not anonymous but with login). I hae looked at rsync but as its in the ports section i am not sure if it is the most secure way to do it. What does openbsd.org use? How should i best run rsync if that is my only choise?

bsdjunkie
August 14th, 2002, 13:11
if your looking for secure, check out netcat with cryptcat functionality. Or one of the ssh tools are nice too.

partisande
August 16th, 2002, 08:56
you can use rsync with the -e ssh option
so all traffic will be encrypted using ssh