ssh-honeypot/README.md

661 B

SSH-Honeypot

Overview

SSH-Honeypot is a simple, effective server designed to log SSH connection attempts. It's built using Go and can be easily deployed using Docker.

The server start a ssh server on port 22 and log any connection attempt to a logfile.

KISS Principles

This project adheres to the KISS principles, utilizing minimalistic and efficient codebase that focus on its core functionality. This approach avoids unnecessary complexities, ensuring the project is easy to maintain and deploy across various architectures.

License

This project is licensed under the MIT license.