Brieuc Dubois
4de7a496ab
Build And Push / release-image (push) Failing after 2m34s
Details
|
||
---|---|---|
.gitea/workflows | ||
.dockerignore | ||
.gitignore | ||
Dockerfile | ||
LICENSE.md | ||
README.md | ||
docker-compose.yaml | ||
go.mod | ||
go.sum | ||
main.go |
README.md
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.