diff --git a/.gitmodules b/.gitmodules index 77ad977..4d9ef82 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "builds/trakr"] path = builds/trakr url = git.bhasher.com:Bhasher/trakr.git +[submodule "builds/ssh-honeypot"] + path = builds/ssh-honeypot + url = git.bhasher.com:Bhasher/ssh-honeypot.git diff --git a/builds/ssh-honeypot b/builds/ssh-honeypot new file mode 160000 index 0000000..a8ce2b9 --- /dev/null +++ b/builds/ssh-honeypot @@ -0,0 +1 @@ +Subproject commit a8ce2b9b517a083ad730ab349aaf9e84c2879e7a diff --git a/bxl-shp/apps/docker-compose.honeypots.yaml b/bxl-shp/apps/docker-compose.honeypots.yaml new file mode 100644 index 0000000..4e4244d --- /dev/null +++ b/bxl-shp/apps/docker-compose.honeypots.yaml @@ -0,0 +1,8 @@ +services: + ssh-honeypot: + container_name: ssh-honeypot + image: registry.bhasher.com/ssh-honeypot:latest + ports: + - 24587:22 + volumes: + - $DATA/honeypots/ssh-honeypot:/app/data:rw