Can someone explain me what is going here? During the upgrade to 6.14, an SSH key gets added into the system and the global password has been changed aswell. I don't trust it, so I changed both entries back. Can someone tell me what those entries are needed for and if the system is safe to use?
Im' not an expert but :
185.101.93.93
point to diepit.com
That explains it, thanks!
@Barishhh
Jep just to clarify from our side:
SSH host key:
/root/.ssh/known_hosts
contain SSH host keys, so when connecting via SSH, your system can check/prove, that the answering server really is the one that you expect, by comparing the received host key with the one saved in this file.DietPi-Survey
, DietPi-Bugreport
DietPi-Benchmark
DietPi-Survey
and DietPi-Bugreport
used the same method/connection, but via dietpi.com
as server address, which points to the same IP.v6.13
๐ค: https://support.cloudflare.com/hc/en-us/articles/200169346-Using-FTP-with-Cloudflare-. Thus we changed upload target to the raw IP to bypass the Cloudflare protection mention in the link and as the host key is really just accepted for the domain, we needed to re-add it for the raw IP as well.Password:
Yeah overall we still very actively develop DietPi down to it's core, trying to make it better and better, but this involves certain changes on every update, that we don't want to hide/do silently, so you can see what happens and react to this, ask questions, as done with this thread. I hope we do not bother you guys too much with this ๐.
Thanks alot for the clarification @MichaIng!
I was just worried. How many times did we not see that software is getting backdoored, so yeah i'd rather make sure it's something legit and check it with you guys.
Thanks again and keep up the dev work!
Most helpful comment
@Barishhh
Jep just to clarify from our side:
SSH host key:
/root/.ssh/known_hosts
contain SSH host keys, so when connecting via SSH, your system can check/prove, that the answering server really is the one that you expect, by comparing the received host key with the one saved in this file.DietPi-Survey
,DietPi-Bugreport
and since v6.14(โฌ: Ah not yet implemented) connect via SFTP to our server to upload their data/results, if chosen/allowed by you. SFTP basically is an FTP protocol wrapped within an secure/encrypted SSH connection, which is the reason SSH keys are exchanged.DietPi-Benchmark
DietPi-Survey
andDietPi-Bugreport
used the same method/connection, but viadietpi.com
as server address, which points to the same IP.v6.13
๐ค: https://support.cloudflare.com/hc/en-us/articles/200169346-Using-FTP-with-Cloudflare-. Thus we changed upload target to the raw IP to bypass the Cloudflare protection mention in the link and as the host key is really just accepted for the domain, we needed to re-add it for the raw IP as well.Password:
Yeah overall we still very actively develop DietPi down to it's core, trying to make it better and better, but this involves certain changes on every update, that we don't want to hide/do silently, so you can see what happens and react to this, ask questions, as done with this thread. I hope we do not bother you guys too much with this ๐.