This is a fork based on zellij version 0.39.1 that allows terminal sharing using ssh. Inspired by tmate.
- Build
cargo xtask build
- Run the following command to start the ssh server
./target/debug/zellij ssh
- Run the following command in another terminal to connect to the ssh server
ssh 127.0.0.1 -p 6222