dcorral eac6f2ce80
All checks were successful
Build, Test and Push Docker Image / e2e-test (push) Successful in 9s
Build, Test and Push Docker Image / build-and-push (push) Successful in 16s
fix version
2025-11-06 22:26:58 +01:00
2025-11-06 21:27:11 +01:00
2025-11-06 20:23:15 +01:00
2025-11-06 20:12:28 +01:00
2025-11-06 22:23:14 +01:00
2025-11-06 22:26:58 +01:00
2025-11-06 16:21:54 +01:00
2025-11-06 22:26:58 +01:00

SSH Server

A simple SSH server implemented in Go.

Installation

Clone the repository and build with Go:

go build -o ssh-server main.go

Usage

Run the server:

./ssh-server

Or using Docker:

docker-compose up
Description
No description provided
Readme 149 KiB
Languages
Go 94.5%
Dockerfile 5.5%