Start kippo on Ubuntu startup
- by Cory Gagliardi
I'm setting up a new Ubuntu 14.04 server and followed these instructions to install kippo (the SSH Honeypot). To run kippo, I do:
su kippo
~/kippo/start.sh
The contents of start.sh is simply:
#!/bin/sh
echo -n "Starting kippo in background..."
authbind --deep twistd -y kippo.tac -l log/kippo.log --pidfile kippo.pid
Which starts up a…