15

Is the native rsync protocol (port 873) secure? Does it encrypt data or credentials?

I'm planning on using rsync to store encrypted files in the cloud, I'm wondering whatever the password is transferred in clear.

1 Answer 1

20

The native rsync protocol does not encrypt anything. It is meant only for trusted networks.

To use rsync in a secure way, use it with SSH (see the "-e" command-line option) or over a VPN.

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.