ssh-chess
ssh-chess copied to clipboard
Chess over a ssh connection
ssh-chess
ssh-chess is a chess server that runs through the SSH protocol

Getting Started
- Clone this project and
cdinto it - Run
ssh-keygen -t rsa -f id_rsato create a RSA public/private keypair in the current directory for the server to use. Do not give it a passphrase - Run
go get -v -d ./... - Run
PORT=2022 go run cmd/ssh-chess/main.gothe ssh server should be running on port2022 - Run
ssh <username>@localhost -p 2022to play chess in a random room
Connecting to Rooms
- Running
ssh <username>@server -p 2022will connect a user to a random room - Running
ssh <username>#<room-name>@server -p 2022will connect a user to a named room - use this if you want to play a specific user by giving that user theroom-name