mirror of
https://github.com/sorenisanerd/gotty.git
synced 2024-11-09 23:34:26 +00:00
Update README.md
This commit is contained in:
parent
1c79938bb1
commit
523053315d
@ -118,7 +118,7 @@ For additional security, you can use the SSL/TLS client certificate authenticati
|
|||||||
|
|
||||||
GoTTY starts a new process with the given command when a new client connects to the server. This means users cannot share a single terminal with others by default. However, you can use terminal multiplexers for sharing a single process with multiple clients.
|
GoTTY starts a new process with the given command when a new client connects to the server. This means users cannot share a single terminal with others by default. However, you can use terminal multiplexers for sharing a single process with multiple clients.
|
||||||
### Screen
|
### Screen
|
||||||
After installing GNU screen, start a new session with `screen -S name-for-session` and connect to it with gotty in another terminal window/tab through `screen -x name-for-session`. All commands and activities being done in the first terminal tab/window will be broadcasted by gotty.
|
After installing GNU screen, start a new session with `screen -S name-for-session` and connect to it with gotty in another terminal window/tab through `screen -x name-for-session`. All commands and activities being done in the first terminal tab/window will now be broadcasted by gotty.
|
||||||
### Tmux
|
### Tmux
|
||||||
For example, you can start a new tmux session named `gotty` with `top` command by the command below.
|
For example, you can start a new tmux session named `gotty` with `top` command by the command below.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user