Command Reference Guide

274protocol inbound 3Com Router 5000 Family and Router 6000 Family
Command Reference
protocol inbound
Purpose Use the protocol inbound command to enable the current user interface to
support Telnet, PAD, SSH, or all of them.
Syntax protocol inbound { all | pad | ssh | telnet }
Parameters all
Supports all the protocols, PAD, Telnet, and SSH.
pad
Supports PAD only.
ssh
Supports SSH only.
telnet
Supports Telnet only.
Default By default, the VTY interface supports all these protocols.
Example Enable the VTYs 0 through 4 to support SSH only.
[3Com] user-interface vty 0 4
[3Com-ui-vty0-4] protocol inbound ssh
Enable VTY 0 to support SSH only.
[3Com] user-interface vty 0
[3Com-ui-vty0] protocol inbound ssh
View This command can be used in the following views:
VTY Interface view
Description Note that even after you configured the current user interface to support SSH (which
has been enabled), the SSH service is unavailable if no local RSA key exists. After you
configure the RSA key, the configuration takes effect at next login.
If SSH is configured, you must set the authentication method to scheme using the
authentication-mode scheme command to guarantee a successful login. The
configuration of the authentication-mode password or
authentication-mode none command fails the protocol inbound ssh
command.
Related Command user-interface vty