The rsyncd service can be used to synchronize files between systems over network links.
The rsync
package can be removed with the following command:
$ sudo dnf remove rsync
The rsyncd service presents a security risk as it uses unencrypted protocols for communication.
The rsyncd
service can be disabled with the following command:
$ sudo systemctl mask --now rsyncd.service
The rsyncd service presents a security risk as it uses unencrypted protocols for communication.