56 lines
1.6 KiB
JSON
56 lines
1.6 KiB
JSON
{
|
|
"name": "telnet",
|
|
"section": 1,
|
|
"title": "telnet",
|
|
"synopsis": [
|
|
"telnet [--ipv4|--ipv6] [--connect-timeout-ms N] [--timeout-ms N] [--keepalive-ms N] [--reconnect N] [--reconnect-delay-ms N] [--naws-cols N] [--naws-rows N] [--ttype NAME] host [port]"
|
|
],
|
|
"description": "Interactive TELNET client for Bare OS coreutils. Supports RFC-style option negotiation (WILL/WONT/DO/DONT), subnegotiation for NAWS and terminal type, escape-command mode, and reconnect/timeout controls.",
|
|
"options": [
|
|
{
|
|
"flag": "--ipv4",
|
|
"meaning": "Prefer IPv4 transport."
|
|
},
|
|
{
|
|
"flag": "--ipv6",
|
|
"meaning": "Prefer IPv6 transport."
|
|
},
|
|
{
|
|
"flag": "--connect-timeout-ms N",
|
|
"meaning": "Connection timeout in milliseconds."
|
|
},
|
|
{
|
|
"flag": "--timeout-ms N",
|
|
"meaning": "Session idle timeout in milliseconds (0 disables)."
|
|
},
|
|
{
|
|
"flag": "--keepalive-ms N",
|
|
"meaning": "Send keepalive pacing in milliseconds (0 disables)."
|
|
},
|
|
{
|
|
"flag": "--reconnect N",
|
|
"meaning": "Reconnect attempts after disconnect/error."
|
|
},
|
|
{
|
|
"flag": "--reconnect-delay-ms N",
|
|
"meaning": "Delay between reconnect attempts in milliseconds."
|
|
},
|
|
{
|
|
"flag": "--naws-cols N / --naws-rows N",
|
|
"meaning": "Advertise terminal dimensions via NAWS."
|
|
},
|
|
{
|
|
"flag": "--ttype NAME",
|
|
"meaning": "Terminal type sent to server when TTYPE SEND is requested."
|
|
}
|
|
],
|
|
"keywords": [
|
|
"telnet",
|
|
"network",
|
|
"tty",
|
|
"terminal",
|
|
"bare-os",
|
|
"coreutils"
|
|
]
|
|
}
|