mirror of
https://github.com/konstruktoid/hardening.git
synced 2026-04-25 16:55:53 +03:00
[GH-ISSUE #128] [question] why is rsync uninstalled? #55
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @zigotica on GitHub (May 24, 2022).
Original GitHub issue: https://github.com/konstruktoid/hardening/issues/128
Originally assigned to: @konstruktoid on GitHub.
Hello, first of all, thank you for this excellent tool.
Just curious on why
rsyncis uninstalled. I ave not seen any reasoning about this or any other packages. Do you have a link where I can learn more about it?Thank you
@konstruktoid commented on GitHub (May 24, 2022):
Hi @zigotica and thank you.
There's no issues with the
rsyncclient per se (you can tunnel it over SSH), the issue is withrsync --daemonwhich is bundled.See e.g
https://static.open-scap.org/ssg-guides/ssg-rhel8-guide-cis.html#xccdf_org.ssgproject.content_rule_service_rsyncd_disabled
@zigotica commented on GitHub (May 24, 2022):
Oh I see, I will investigate from here. Thank you so much for the quick reply!