Ssh Authentication-Type Default - H3C S3100 Series Command Manual

Hide thumbs Also See for S3100 Series:
Table of Contents

Advertisement

Examples
# Transform the format of client public key file abc and configure a public key named 123.
<Sysname> system-view
System View: return to User View with Ctrl+Z.
[Sysname] rsa peer-public-key 123 import sshkey abc

ssh authentication-type default

Syntax
ssh authentication-type default { all | password | password-publickey | publickey | rsa }
undo ssh authentication-type default
View
System view
Parameters
all: Specifies either the password authentication or the publickey authentication for SSH users.
password: Specifies the authentication mode for SSH users as password authentication.
password-publickey: Specifies that both the password and the publickey must be authenticated for
SSH users.
publickey: Specifies the authentication mode for the SSH user as publickey (RSA key or DSA key )
authentication.
rsa: Specifies the authentication mode for the SSH user as publickey (RSA key or DSA key )
authentication. The authentication modes specified by the rsa keyword and publickey keyword are
implemented in the same way.
Description
Use the ssh authentication-type default command to specify a default authentication mode for SSH
users. After this command is configured, when an SSH user is added by using the ssh user command,
the default authentication mode is adopted for the user if no authentication mode is specified by using
the ssh user authentication-type command.
Use the undo ssh authentication-type default command to remove the specified default
authentication mode. That is, no default authentication mode is specified for SSH users. In this case,
when an SSH user is added, you must specify an authentication mode for the user at the same time.
By default, no default authentication mode is specified.
Related commands: display ssh user-information.
Examples
# Specify the publickey authentication as the default authentication mode.
<Sysname>system-view
System View: return to User View with Ctrl+Z.
[Sysname]ssh authentication-type default publickey
# Create an SSH user
1-23

Advertisement

Table of Contents
loading

Table of Contents