180 views
# Turtleshell: SSH for ComputerCraft _If you find this project useful, please [star the GitHub repository!](https://github.com/gingershaped/turtleshell)_ Turtleshell is a relay server which makes it possible to use [CC: Tweaked](https://tweaked.cc) computers over a SSH session from the comfort of your desktop. ![A screenshot of a GNOME Terminal window, displaying the default ComputerCraft shell prompt.](https://hedgedoc.ginger.services/uploads/43932466-38d9-499c-bc74-130c5d120a89.png) ## Usage Simply open a SSH session to `gingershaped.computer` on port `9999`: ``` ssh gingershaped.computer -p 9999 ``` Then copy the `wget` command when prompted, paste it into your CC computer's terminal, and enjoy! ## Supported features * Text coloring, formatting, and cursor control * Mouse input * Multiple SSH sessions into one computer ## Planned features * Support for SFTP to allow remote filesystem access