afar 0.0.0

Operate shells from afar: line-mode terminal panes over local PTY or SSH for egui, rendered through egui-elegance's MultiTerminal.
Documentation
1
2
3
4
5
6
//! Connect to one host with SSH key auth. M2 — see `terminal_crate_plan.md`.

fn main() {
    eprintln!("examples/ssh_session: not implemented yet (M2).");
    eprintln!("See terminal_crate_plan.md.");
}