fosshostorg / aarch64

Dashboard and API for https://console.aarch64.com
https://console.aarch64.com
GNU Affero General Public License v3.0
12 stars 7 forks source link

SSH session multiplexer #14

Closed natesales closed 1 year ago

natesales commented 3 years ago

Currently we're using libvirt-sshd which only allows a single SSH connection to the VM virtual serial console. It would be neat to implement a session mux so multiple sessions can access a VM console at once. This will also solve the problem of console sessions becoming stuck in connected state if your terminal doesn't exit gracefully.

lanefu commented 3 years ago

I feel like borrowing from https://github.com/tmate-io/tmate would somehow get you there.