1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 05:48:12 +00:00
serenity/Base/usr/share/man/man8/TelnetServer.md
Kyle Anthony Williams 0c33b494b8 Base: Combine TelnetServer man pages :^)
Two different man pages for TelnetServer could be found in sections
1 and 8 of Serenity's manual. This patch combines both and places
the page in section 8.
2022-02-28 14:01:41 +01:00

479 B

Name

TelnetServer - Serenity telnet server

Synopsis

$ TelnetServer [-p port] [-c command]

Description

TelnetServer is a basic telnet server for Serenity. By default, it runs on port 23 and provides a shell upon connection.

Options

  • --help: Display help message and exit
  • --version: Print version
  • -p port: Port to listen on
  • -c command: Program to run on connection

Examples

$ TelnetServer -p 24 -c "/usr/bin/nyancat -f 60"