Command Reference Guide

364ssh authentication-type default 3Com Router 5000 Family and Router 6000 Family
Command Reference
ssh authentication-type default
Purpose Use the ssh authentication-type default command to specify a default
authentication mode for SSH users.
Use the undo ssh authentication-type default command to clear the
specified default authentication mode.
Syntax ssh authentication-type default { password | RSA | all |
password-publickey }
undo ssh authentication-type default
Parameters password
Sets the default authentication mode for SSH users to
AAA.
RSA
Sets the default authentication mode for SSH users to
RSA.
all
Sets the default authentication mode for SSH users to
RSA or AAA.
password-publickey
Sets the default authentication mode for SSH users to
the combination of RSA and AAA.
Default If a default authentication mode is available, you do not necessarily specify an
authentication mode for each SSH user. The SSH users that have not been configured
with an authentication mode can adopt the default.
If no default authentication mode is available, you must configure an authentication
mode with the ssh user authentication-type command after creating an
SSH user with the ssh user command.
By default, no default SSH user authentication mode is configured.
Example Set the default SSH user authentication mode to AAA.
[3Com] ssh authentication-type default password
View This command can be used in the following views:
System view
Related Command: ssh user authentication-type