Modify the Telnetd configuration


Change the main parameters of the Telnet protocol.

Access mode

enable

Syntax

switchServices telnetd

Arguments

Field Name Description
adminState enumeration Optional: Sets the administrative state of the protocol. When disabled, the parameters of Telnet can still be configured, but do not become active until adminState is set to enabled.

The default setting is "disabled".

Valid values: enabled, disabled
maxSessions integer Optional: Sets the maximum number of Telnet sessions allowed.

Valid values are from 0 to 10; the default setting is "10".
telnetdPort integer Optional: Identifies the port the Sun Secure Application Switch monitors to listen for Telnet sessions.

Valid values are from 1 to 65535; the default setting is "23".
rcvBufSize integer Optional: The number of bytes for each Telnet session's receive buffer. The receive buffer is a device an application can read from and/or write to. The default should be sufficient, but in an instance when you must, for example, paste a large amount of text, increase this value to avoid overflowing the buffer.

Valid values are from 2000 to 65535; the default setting is "4000".