1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-20 03:09:06 +03:00
wezterm/wezterm-ssh/src
Wez Furlong d657721163 fix lingering ssh connections
Similar to 3f6ff534d3, we need to
tickle the mux to detect when the session terminates.

In this case we can relatively simply schedule an async wait without
spawning an additional thread.
2021-05-28 22:16:31 -07:00
..
auth.rs RemoteSshDomain now uses wezterm-ssh crate 2021-03-27 18:12:34 -07:00
config.rs wezterm-ssh: process Include statements 2021-05-28 22:16:24 -07:00
host.rs wezterm-ssh: flesh out improved ssh crate 2021-03-26 21:57:44 -07:00
lib.rs wezterm-ssh: flesh out improved ssh crate 2021-03-26 21:57:44 -07:00
pty.rs fix lingering ssh connections 2021-05-28 22:16:31 -07:00
session.rs wezterm-ssh: don't assume sh is in /bin 2021-03-29 21:11:54 -07:00