diff --git a/README.md b/README.md index 20629e8a..0074afbd 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,8 @@ This is a fork of [Thrussh](https://nest.pijul.com/pijul/thrussh) by Pierre-Éti * Uses `russh::server` for reverse forwarding connections, local forwarding tunnels, and the `ratatui` based admin interface. * [Motor OS](https://github.com/moturus/motor-os) - A new Rust-based operating system for VMs. * Uses `russh::server` as the base for its own [SSH Server](https://github.com/moturus/motor-os/tree/main/src/bin/russhd). +* [Cubic VM](https://github.com/cubic-vm/cubic) - A lightweight command-line manager for virtual machines. + * Uses `russh::client` and `russh_sftp::client` to access the virtual machine instances. ## Contributors ✨