d9df32f7cf8f622b67ff175cb5684ff18ce00c1a
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 26s
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
Languages
Go
94.5%
Dockerfile
5.5%