1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/security/honeytrap/files/honeytrap.toml
Steve Wills adcd7ae6d1 security/honeytrap: multiple changes
* Improve rc script
* Clean up
* Pass maintainership to submitter
* Fix build with newer Go

PR:		247140
PR:		248948
Submitted by:	ezri.mudde@dutchsec.com
Approved by:	remco.verhoef@dutchsec.com (maintainer)
2020-10-01 23:50:34 +00:00

21 lines
303 B
TOML

[listener]
type="socket"
[service.ssh-simulator]
type="ssh-simulator"
credentials=["root:root", "root:password"]
[[port]]
ports=["tcp/8022"]
services=["ssh-simulator"]
[channel.console]
type="console"
[[filter]]
channel=["console"]
[[logging]]
output="/var/log/honeytrap/logging.log"
level="debug"