Blue Team
Blue TeamUser SecurityAdd a user to a groupusermod -aG group user Check user groupsgroups user Secure SSH ServerInstall SSHsudo apt install openssh-client SSH Configuration Filenano /etc/ssh/sshd_config Here you can edit your SSH configuration file: change default port PermitRootLogin no PasswordAuthentication no ( this will allow us t..
Read moreSSH Honeypot
SSH HoneypotConfiguration 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..
Read more