ttysrv
multiuser "tip"/"cu" replacement with logging
Install
- All systems
-
curl cmd.cat/ttysrv.sh
- Debian
-
apt-get install remote-tty
- Ubuntu
-
apt-get install remote-tty
- Kali Linux
-
apt-get install remote-tty
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install remote-tty
- Raspbian
-
apt-get install remote-tty
- Dockerfile
- dockerfile.run/ttysrv
remote-tty
multiuser "tip"/"cu" replacement with logging
This is Paul Vixie's rtty serial console tool. It allows runs a server per port which then support multiple connections at time from "tip"/"cu"-like clients. It also supports logging of output from the port, even when no client is connected. This can be invaluable for post mortem diagnosis of crashes of serial consoled machines.