summarylogtreecommitdiffstats
path: root/sshesame@.service
blob: 527a49c5e1f4e2b65ffc33b56e00be30a75a3b7d (plain)
1
2
3
4
5
6
7
8
9
10
11
[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]
ExecStart=/usr/bin/sshesame -config /etc/sshesame/config.yaml
Restart=always

[Install]
WantedBy=multi-user.target