Add fresh default sessions and terminal status handling
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user