Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

Installation:
------------
make install

Add to /etc/inittab:
tc:12345:respawn:/usr/local/sbin/tcpconsole

Send HUP to init:
killall -HUP init

This 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`.