Skip to content

Commit fca8284

Browse files
author
Patrick M
committed
fix post
1 parent 77a79ca commit fca8284

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

_posts/2022-12-18-lxc-set-up.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ chsh -s /bin/bash <username>
3434

3535
I always disallow login for root over SSH and allow password logins for other users. To do this, edit `/etc/ssh/sshd_config`. You're looking to uncomment and modify the following lines:
3636

37+
```bash
38+
nano /etc/ssh/sshd_config
39+
```
40+
3741
```conf
3842
# Authentication:
3943
LoginGraceTime 2m

0 commit comments

Comments
 (0)