R3303-HP HSR6800 Routers Fundamentals Command Reference
32
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.
Syntax
redirect disconnect
Views
User interface view
Default command level
2: System level
Usage guidelines
This command is supported only on AUX user interfaces.
This command is applicable to user interfaces on which redirect is enabled. To enable redirect on a user
interface, use the redirect enable command.
Examples
# Manually terminate redirected Telnet connections.