modified: README.md
All checks were successful
/ ssh-server (push) Successful in 7s
/ ssh-client (push) Successful in 10s

This commit is contained in:
2026-01-12 23:54:10 +00:00
parent d83c055d9f
commit e9d07b5b1e

View File

@@ -1,5 +1,14 @@
# SSH
## server configuration
```bash
# disable password authentication
PasswordAuthentication no
# disable root login
PermitRootLogin no
```
## Create key
```bash