Skip to content

Commit 7ba800a

Browse files
committed
Remove manual SSH host key step from INSTALL.md (auto-generated on startup)
1 parent 6b43233 commit 7ba800a

1 file changed

Lines changed: 1 addition & 12 deletions

File tree

INSTALL.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -61,22 +61,11 @@ Knock-Knock uses MaxMind GeoLite2 databases for IP geolocation. You need a free
6161
2. In your account dashboard, generate a license key
6262
3. Note your **Account ID** and **License Key** — you'll need them below
6363

64-
### SSH Host Key (Systemd Only)
65-
66-
The honeypot needs an RSA key to present to connecting clients. **Docker users can skip this** — the Docker image generates one automatically.
67-
68-
```bash
69-
cd /root/knock-knock
70-
ssh-keygen -t rsa -b 2048 -f server.key -N ""
71-
rm server.key.pub
72-
chmod 600 server.key
73-
```
74-
7564
---
7665

7766
## Option 1: Docker (Simplest, Universal)
7867

79-
Complete the [Prerequisites](#prerequisites) above first (skip the SSH Host Key step — Docker handles it).
68+
Complete the [Prerequisites](#prerequisites) above first.
8069

8170
**Install Docker (skip if already installed):**
8271
```bash

0 commit comments

Comments
 (0)