summarylogtreecommitdiffstats
path: root/sshesame.service
blob: 26a93c78d73964adcfaf91ff38f7f4cef69dca30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=An easy to set up and use SSH honeypot, a fake SSH server that lets anyone in and logs their activity
After=network-online.target
Wants=network-online.target

[Service]
User=sshesame
Group=sshesame
ExecStart=/usr/bin/sshesame -config /etc/sshesame/config.yaml -data_dir /etc/sshesame/data
Restart=always
CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_RAW CAP_NET_BIND_SERVICE
AmbientCapabilities=CAP_NET_ADMIN CAP_NET_RAW CAP_NET_BIND_SERVICE
[Install]
WantedBy=multi-user.target