Wednesday, 11 January 2012

Kojoney SSH Honeypot, installation (CentOS) and configuration

 It is a low interaction honeypot that emulates the SSH service, and it’s written in Python like Kippo.
 

1. First of all, since we’ll still want to be able
to connect to our own machine, we must change the default SSH port 22 to
something else:


vi /etc/ssh/sshd_config
 

You need to uncomment the “#Port 22″ line and change “22″ to whatever you want (take note of it), let’s say 2222.


No comments:

Post a Comment