1115 views
 owned this note
# Turtleshell: SSH for ComputerCraft :::warning **Turtleshell's host keys changed on November 11th 2025.** If you have used Turtleshell prior to this date, run this command to remove the old key fingerprint: ``` ssh-keygen -R [gingershaped.computer]:9999 ``` The new key fingerprint is `SHA256:H/cG6iP33x/X+X8QGPehENzVs5R3k73fgObuPDF9DrU`. ::: 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/d08ee341-d267-485b-b850-5f3325e15f1b.png) ## Usage Simply SSH into `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! :::success If you find this project useful, please [star the GitHub repository!](https://github.com/gingershaped/turtleshell) ::: ## 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