Fix post
All checks were successful
Build And Publish / BuildAndPublish (push) Successful in 3m25s

This commit is contained in:
Ryan Freeman 2025-05-07 21:09:41 +01:00
parent 20647317a0
commit ad626c9fdf

View File

@ -38,13 +38,13 @@ sudo adduser username
```
```bash
sudo usermod -aG sudo ryan
sudo usermod -aG sudo username
```
Alternatively, if the user already exists you can add them to the sudo group using the `adduser` command.
```bash
sudo adduser ryan sudo
sudo adduser username sudo
```
## Disable root login for SSH