Command Reference Guide
3Com Router 3000 Ethernet Family
Command Reference Guide
Error! Reference source not found.Error! Re
f
erence source not found.
3Com Corporation
9-28
Description
Use the ssh user authentication-type command to create an SSH user and specify
an authentication mode for it.
Use the undo ssh user authentication-type command to restore the default, where
login is always denied.
You must specify an authentication mode for each new user, or they will be unable to
log in. The new authentication mode takes effect at next login.
All SSH users need authentication.
You may create an SSH user name and specify an authentication mode for it by using
the ssh user authentication-type command.
Alternatively, you may create an SSH user name with the ssh user command. Before
that, you must specify a default authentication mode with the ssh authentication-type
default command.
Related command: ssh authentication-type default, display ssh user-information.
Example
# Set the authentication mode to password for user tom.
[3com] ssh user tom authentication-type password
9.2.23 ssh user service-type
Syntax
ssh user username service-type { stelnet | sftp | all }
undo ssh user username service-type
View
System View
Parameter
username: SSH user name; it must be consistent with the user name defined in AAA if
password authentication is adopted. If RSA authentication is adopted, the value of this
argument is a local SSH user name and needs not to be defined in AAA.
stelnet: Sets the service type to stelnet.
sftp: Sets the service type to secure FTP (SFTP).
all: Includes stelnet and SFTP services.
Description
Use the ssh user service-type command to specify service type for a user.










