Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 426 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 426 Bytes

zmate

This is a fork based on zellij version 0.39.1 that allows terminal sharing using ssh. Inspired by tmate.

This project is in the early stages of development

Quick Start

  1. Build
cargo xtask build
  1. Run the following command to start the ssh server
./target/debug/zellij ssh
  1. Run the following command in another terminal to connect to the ssh server
ssh 127.0.0.1 -p 6222