Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Voidify #44

Merged
merged 11 commits into from Feb 14, 2020
Update hugo-site/content/information/features.md
Co-Authored-By: Tim Moore <Mrt134@users.noreply.github.com>
  • Loading branch information
beanpole135 and Mrt134 committed Feb 14, 2020
commit cc2ead1bdf30e1452669b2ac122dd32e26344dd9
@@ -78,7 +78,7 @@ The security features built into Project Trident include:
A firewall rule opening up TCP port *22* for SSH access is also required. Alternatively, the firewall can be temporarily disabled by running `sudo sv stop nftables` (remember to start it again later, a reboot will also bring the firewall back up).

- **SSH root logins are disabled:** If SSH is enabled, login as a regular user and use `su` or `sudo` for administrative actions.
Do not change this setting, as it prevents an unwanted user from having complete access to the system.
For your security, do not change this setting. Disabling root logins prevents unwanted users from having complete access to the system.

- **sudo is installed:** `sudo` allows users in the *wheel* group permission to run an administrative command after typing the user password, not the *root* password.
The first user created during installation is added to the *wheel* group.