Add fresh default sessions and terminal status handling
ci / test (push) Has been cancelled
ci / remote-bench (push) Has been cancelled

This commit is contained in:
Codex
2026-06-11 09:41:46 -04:00
parent 92f43df046
commit 0eca4f1cf4
10 changed files with 236 additions and 19 deletions
+7 -1
View File
@@ -118,13 +118,19 @@ Attach:
dosh palav
```
Use named sessions:
Plain `dosh palav` opens a fresh terminal session. Use named sessions when you want
to reattach to the same persistent terminal from multiple clients:
```bash
dosh --session work palav
dosh --session logs palav
```
Press `Ctrl-]` to detach the current client while leaving the server session alive.
Typing `exit` in the remote shell closes that Dosh session and returns the client.
If UDP packets stop arriving, Dosh shows a blue status bar at the top of the
terminal with the disconnected duration and sends keepalive pings until traffic
returns.
If SSH and UDP use different public names, specify the UDP address: