We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d2cc74 commit bd9d849Copy full SHA for bd9d849
1 file changed
_posts/2022-12-18-lxc-setup.md
@@ -26,8 +26,8 @@ It is critical that you don't use root for SSH or for typical CLI tasks. I alway
26
27
```bash
28
useradd -m -g users -G sudo patrick
29
-passwd patrick
30
chsh -s /bin/bash patrick
+passwd patrick
31
```
32
33
## SSH Configuration
0 commit comments