ssh-honeypot/README.md

14 lines
661 B
Markdown
Raw Permalink Normal View History

2023-12-26 17:30:50 +01:00
# 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).