SSH Honeypot

This commit is contained in:
Brieuc Dubois 2023-12-26 17:38:30 +01:00
parent c565c8cd73
commit b790e067fc
3 changed files with 12 additions and 0 deletions

3
.gitmodules vendored
View File

@ -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

1
builds/ssh-honeypot Submodule

@ -0,0 +1 @@
Subproject commit a8ce2b9b517a083ad730ab349aaf9e84c2879e7a

View File

@ -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