Update 01-en.md

This commit is contained in:
Christoph 2022-11-10 13:10:12 +01:00 committed by GitHub
parent e6b59cd070
commit af607e6dcd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -315,11 +315,11 @@ If the SSH connection was possible we can continue with [Step 3.4](#step-34---co
Direct root login is always a bad idea and we want only user accounts to be able to login. Direct root login is always a bad idea and we want only user accounts to be able to login.
Find this line and change the `no` to `yes`: Find this line and change the `yes` to `no`:
```diff ```diff
- PermitRootLogin no - PermitRootLogin yes
+ PermitRootLogin yes + PermitRootLogin no
``` ```
- **Change the SSH Port** (optional) - **Change the SSH Port** (optional)