HP MSR2000/3000/4000 Router Series Fundamentals Command Reference

68
protocol inbound
Use protocol inbound to enable a user line to support Telnet, PAD, SSH, or all three protocols.
Use undo protocol inbound to restore the default.
Syntax
In non-FIPS mode:
protocol inbound { all | pad | ssh | telnet }
undo protocol inbound
In FIPS mode:
protocol inbound ssh
undo protocol inbound
Default
In non-FIPS mode, all three protocols are supported.
In FIPS mode, SSH is supported.
Views
VTY line view, VTY line class view
Predefined user roles
network-admin
Parameters
all: Supports all three protocols.
pad: Supports PAD only.
ssh: Supports SSH only.
telnet: Supports Telnet only.
Usage guidelines
This configuration is effective only for a user who logs in through the user line after the configuration is
completed.
Before configuring a user line to support SSH, set the authentication mode to scheme for the user line. For
more information, see authentication-mode.
Examples
# Enable user lines VTY 0 through VTY 63 to support only SSH.
<Sysname> system-view
[Sysname] line vty 0 63
[Sysname-line-vty0-63] authentication-mode scheme
[Sysname-line-vty0-63] protocol inbound ssh
screen-length
Use screen-length to set the maximum number of lines to be displayed on a screen.
Use undo screen-length to restore the default.