ssh-honeypot/README.md

14 lines
661 B
Markdown

# 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](https://en.wikipedia.org/wiki/KISS_principle), 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](LICENSE.md).