# 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.

## 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