SSH Honeypot
Configuration
- A VPS ( virtual private server )
- apt install libssh-dev
- nano /etc/ssh/sshd_config
- change the port to: 2244
- systemctl reload sshd
- git clone the PeteMo sshpot to the vps
- cd sshpot
- nano config.h
- modify the RSA_KEYFILE: ./honepot
- ssh-keygen -t rsa -b 2048
- Save the key to: /root/sshpot/honeypot
- apt install make
- make
- ./sshpot -p 22 &
- cat sshpot_auth.log
- tail -f sshpot_auth.log