You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some mirrors support encrypted rsync, which I guess wouldn't hurt to use if available(?)
They way this works is that servers in addition to port 873 also expose port 874 with rsync+tls. On the client side you have use the rsync-ssl command instead of the rsync command to make use of it.
Some examples of servers supporting this (not many...):
Since there is no automatic way to detect support and there is also no extra URI scheme for this, I can only imaging an extra option like -rsync-ssl. A simpler/hackier option would be to invent a "rsyncs://" scheme and funnel the info via the URL.
The text was updated successfully, but these errors were encountered:
lazka
changed the title
Support rsync-ssl for mirrors
Feature Request: Support rsync-ssl for mirrors
Apr 26, 2024
Some mirrors support encrypted rsync, which I guess wouldn't hurt to use if available(?)
They way this works is that servers in addition to port 873 also expose port 874 with rsync+tls. On the client side you have use the
rsync-ssl
command instead of thersync
command to make use of it.Some examples of servers supporting this (not many...):
Since there is no automatic way to detect support and there is also no extra URI scheme for this, I can only imaging an extra option like
-rsync-ssl
. A simpler/hackier option would be to invent a "rsyncs://" scheme and funnel the info via the URL.The text was updated successfully, but these errors were encountered: