Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bandie91/tcpconsole
fork of flok99/tcpconsole – Gives you a simple TCP telnet server that allows you to (e.g.) reboot a Linux server in distress.
https://github.com/bandie91/tcpconsole
Last synced: 4 days ago
JSON representation
fork of flok99/tcpconsole – Gives you a simple TCP telnet server that allows you to (e.g.) reboot a Linux server in distress.
- Host: GitHub
- URL: https://github.com/bandie91/tcpconsole
- Owner: bAndie91
- Created: 2020-04-21T16:22:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-19T21:27:44.000Z (6 months ago)
- Last Synced: 2024-05-19T22:23:25.546Z (6 months ago)
- Language: C
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
Installation:
------------
make installAdd to /etc/inittab:
tc:12345:respawn:/usr/local/sbin/tcpconsoleSend HUP to init:
killall -HUP initThis program only works on Linux.
To connect to the tcpconsole, telnet to port 4095.
Please make sure that port 4095 is firewalled from networks that should not be able to connect, e.g. the internet: it should only be connectable from your management LAN.
You need to create a file /etc/tcpconsole.pw (rw-------) containing the login password.
Comments, send them to: [email protected]
# issues
Please submit issues via PR to some file `issue/TITLE.txt`.