File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,22 +61,11 @@ Knock-Knock uses MaxMind GeoLite2 databases for IP geolocation. You need a free
61612 . In your account dashboard, generate a license key
62623 . 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
You can’t perform that action at this time.
0 commit comments