28ed7493168fcdc183e3e3b20f9aa43a7a30d891
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%