From bc83d9fe048726e637a19a053c0281b9b507f7e4 Mon Sep 17 00:00:00 2001 From: who am i Date: Thu, 4 Mar 2021 08:01:02 +0100 Subject: [PATCH] Update page 'This guide should help new users to secure "harden" their Oxen Service Node.' --- ...ew-users-to-secure-%22harden%22-their-Oxen-Service-Node..md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename This-guide-should-help-new-users-to-secure-%22harden%22-their-Loki-Service-Node..md => This-guide-should-help-new-users-to-secure-%22harden%22-their-Oxen-Service-Node..md (94%) diff --git a/This-guide-should-help-new-users-to-secure-%22harden%22-their-Loki-Service-Node..md b/This-guide-should-help-new-users-to-secure-%22harden%22-their-Oxen-Service-Node..md similarity index 94% rename from This-guide-should-help-new-users-to-secure-%22harden%22-their-Loki-Service-Node..md rename to This-guide-should-help-new-users-to-secure-%22harden%22-their-Oxen-Service-Node..md index ca819d6..073f18a 100644 --- a/This-guide-should-help-new-users-to-secure-%22harden%22-their-Loki-Service-Node..md +++ b/This-guide-should-help-new-users-to-secure-%22harden%22-their-Oxen-Service-Node..md @@ -8,8 +8,9 @@ https://docs.loki.network/ServiceNodes/SNFullGuide/#23-server-preparation-contin Remark: The deb installer will automatically create a `_loki` and a `_lokinet` user with a shared `_loki` group. They will be listed as unprivileged accounts that exists only to run loki services. +Maybe these names will be changed in further releases due to the renaming of LOKI to OXEN. You can briefly check the names in the terminal with `compgen -u`. - +Remark: There is also non-debian installer available: https://github.com/hesiod-project/oxen-rancher. Hereafter, the guide is tested with the deb installer only. Nevertheless, it should work with both versions just verify carefully the firewall settings ([UFW](http://8bb19w1gugu7yq3cyck63gbo18udodab1b6zr1uykdphm37ushco.loki/whoami/VPS_LokiServiceNode_Hardening/wiki/This-guide-should-help-new-users-to-secure-%22harden%22-their-Loki-Service-Node.#3-firewall)). -----