Add doas

Lucas Mathews
2026-04-29 11:57:39 +02:00
parent e7616aa294
commit 145185dc58
+5
@@ -65,6 +65,11 @@ Verify the user was added to the sudo group:
groups username groups username
``` ```
Or if using doas instead of sudo
```bash
echo "permit persist username" >> /etc/doas.conf
```
## Step 4: Set Up SSH Directory for New User (Server Console as Root) ## Step 4: Set Up SSH Directory for New User (Server Console as Root)
Create the SSH directory and authorized_keys file for your new user: Create the SSH directory and authorized_keys file for your new user: