@@ -1,5 +1,14 @@
# SSH
## server configuration
```bash
# disable password authentication
PasswordAuthentication no
# disable root login
PermitRootLogin no
```
## Create key
The note is not visible to the blocked user.