Sign inSign up

jaymoulin/sshtron

By jaymoulin

Updated over 5 years ago

Play Tron over SSH - Docker Image (Multiarch)

Image
1

1.6K

jaymoulin/sshtron repository overview

SSHTron - Docker image (Multiarch)

PayPal donation Buy me a coffee Buy me a coffee

SSHTron is a multiplayer lightcycle game that runs through SSH. Just run the command below and you'll be playing in seconds:

$ ssh sshtron.zachlatta.com

Controls: WASD or vim keybindings to move (do not use your arrow keys). Escape or Ctrl+C to exit.

Demo

This Docker image is based on Zach Latta's sshtron

Build your own docker image

# Build the SSHTron Docker image
$ docker build -t sshtron .

Run your container based on already compiled image

# Spin up the container with always-restart policy
$ docker run -t -d -p 2022:2022 --restart always --name sshtron jaymoulin/sshtron

CVE-2016-0777

CVE-2016-0777 revealed two SSH client vulnerabilities that can be exploited by a malicious SSH server. While SSHTron does not exploit these vulnerabilities, you should still patch your client before you play. SSHTron is open source, but the server could always be running a modified version of SSHTron that does exploit the vulnerabilities described in CVE-2016-0777.

If you haven't yet patched your SSH client, you can follow these instructions to do so now.

License

SSHTron Docker Image is licensed under the MIT License. See the full license text in LICENSE.

Tag summary

Content type

Image

Digest

Size

8.1 MB

Last updated

over 5 years ago

docker pull jaymoulin/sshtron