R3303-HP 6600/HSR6600 Routers Fundamentals Command Reference

32
<Sysname> system-view
[Sysname] user-interface aux 0
[Sysname-ui-aux0] parity odd
protocol inbound
Use protocol inbound to enable a user interface to support Telnet, SSH, or both of them.
Use undo protocol inbound to restore the default.
Syntax
In non-FIPS mode:
protocol inbound { all | ssh | telnet }
undo protocol inbound
In FIPS mode:
protocol inbound { all | ssh }
undo protocol inbound
Default
In non-FIPS mode, both SSH and Telnet are supported. In FIPS mode, SSH is supported.
Views
VTY interface view
Default command level
3: Manage level
Parameters
all: Supports both SSH and Telnet. Telnet service is not supported in FIPS mode.
ssh: Supports SSH only.
telnet: Supports Telnet only. This keyword is not available in FIPS mode.
Usage guidelines
This configuration is effective only for a user who logs in to the user interface after the configuration is
made.
Before configuring a user interface to support SSH, set the authentication mode to scheme for the user
interface. For more information, see authentication-mode.
Examples
# Enable the VTYs 0 through 4 to support only SSH.
<Sysname> system-view
[Sysname] user-interface vty 0 4
[Sysname-ui-vty0-4] authentication-mode scheme
[Sysname-ui-vty0-4] protocol inbound ssh
redirect disconnect
Use redirect disconnect to manually terminate redirected Telnet connections.