I all, on a freshly installed Alma Linux 8.7 I can see a syncthing process communicating over https to a remote unknown server. Syncthing is installed automaticaly but what does this process with the remote server ? (base) bash-4.4$ netstat -puta |grep syncthing tcp 0 0 0.0.0.0:35533 0.0.0.0:* LISTEN 4902/syncthing tcp 0 0 localhost:38257 0.0.0.0:* LISTEN 4902/syncthing tcp 0 0 xxxxxxxx.legi:kitim 195.219.124.44:https ESTABLISHED 4902/syncthing udp 0 0 0.0.0.0:32779 0.0.0.0:* 4902/syncthing udp 0 0 0.0.0.0:35533 0.0.0.0:* 4902/syncthing udp 0 0 0.0.0.0:21027 0.0.0.0:* 4902/syncthing I read it that “Syncthing replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third party and how it's transmitted over the Internet." But I do not want to share my datas! Any details welcome. Patrick
On Tue, 14 Mar 2023 at 13:39, Patrick Begou < Patrick.Begou@univ-grenoble-alpes.fr> wrote:
I all,
on a freshly installed Alma Linux 8.7 I can see a syncthing process communicating over https to a remote unknown server. Syncthing is installed automaticaly but what does this process with the remote server ?
syncthing is not shipped in Alma Linux but in EPEL. As such it isn't installed automatically by Alma. This would then be installed by a 3rd party script. You should be able to ``` sudo systemctl stop syncthing sudo systemctl disable syncthing ``` or ``` sudo systemctl stop syncthing sudo dnf remove syncthing ```
(base) bash-4.4$ netstat -puta |grep syncthing tcp 0 0 0.0.0.0:35533 0.0.0.0:* LISTEN 4902/syncthing tcp 0 0 localhost:38257 0.0.0.0:* LISTEN 4902/syncthing tcp 0 0 xxxxxxxx.legi:kitim 195.219.124.44:https ESTABLISHED 4902/syncthing udp 0 0 0.0.0.0:32779 0.0.0.0:* 4902/syncthing udp 0 0 0.0.0.0:35533 0.0.0.0:* 4902/syncthing udp 0 0 0.0.0.0:21027 0.0.0.0:* 4902/syncthing
I read it that “Syncthing replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third party and how it's transmitted over the Internet."
But I do not want to share my datas!
Any details welcome.
Patrick
_______________________________________________ AlmaLinux Users mailing list -- users@lists.almalinux.org To unsubscribe send an email to users-leave@lists.almalinux.org
-- Stephen J Smoogen. Let us be kind to one another, for most of us are fighting a hard battle. -- Ian MacClaren
Thanks Stephen for this precision. I dive in the dnf logs (not had this basic idea before posting, sorry) and it is a request from one local user . I have to clarify what this software is doing and why all these connections to remote servers. Patrick Le 14/03/2023 à 19:06, Stephen John Smoogen a écrit :
On Tue, 14 Mar 2023 at 13:39, Patrick Begou
wrote: I all,
on a freshly installed Alma Linux 8.7 I can see a syncthing process communicating over https to a remote unknown server. Syncthing is installed automaticaly but what does this process with the remote server ?
syncthing is not shipped in Alma Linux but in EPEL. As such it isn't installed automatically by Alma. This would then be installed by a 3rd party script. You should be able to ``` sudo systemctl stop syncthing sudo systemctl disable syncthing ``` or ``` sudo systemctl stop syncthing sudo dnf remove syncthing ```
(base) bash-4.4$ netstat -puta |grep syncthing tcp 0 0 0.0.0.0:35533 http://0.0.0.0:35533 0.0.0.0:* LISTEN 4902/syncthing tcp 0 0 localhost:38257 0.0.0.0:* LISTEN 4902/syncthing tcp 0 0 xxxxxxxx.legi:kitim 195.219.124.44:https ESTABLISHED 4902/syncthing udp 0 0 0.0.0.0:32779 http://0.0.0.0:32779 0.0.0.0:* 4902/syncthing udp 0 0 0.0.0.0:35533 http://0.0.0.0:35533 0.0.0.0:* 4902/syncthing udp 0 0 0.0.0.0:21027 http://0.0.0.0:21027 0.0.0.0:* 4902/syncthing
I read it that “Syncthing replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third party and how it's transmitted over the Internet."
But I do not want to share my datas!
Any details welcome.
Patrick
_______________________________________________ AlmaLinux Users mailing list -- users@lists.almalinux.org To unsubscribe send an email to users-leave@lists.almalinux.org
-- Stephen J Smoogen. Let us be kind to one another, for most of us are fighting a hard battle. -- Ian MacClaren
participants (2)
-
Patrick Begou
-
Stephen John Smoogen