Command Manual - System Management
Quidway S2000 Series Ethernet Switches Chapter 8 SSH Configuration Commands
8-14
View
System view
Parameter
keyname: Configures client public key, consisting of 1~32 characters.
username: Valid local user name or user name defined by remote RADIUS system.
Description
Using the ssh user username assign rsa-key command, you can associate an
existing public key with a designated user. Using the undo ssh user username
assign rsa-key command, you can delete the association.
For a user who has been associated with a public key, the command associates
him/her with the new public key.
The newly configured users take effect at the next logon.
For the related command, see display ssh user-information.
Example
# Associate the key 1 with the zhangsan.
[Quidway] ssh user zhangsan assign rsa-key key1
[Quidway]
8.1.18 ssh user username authentication-type
Command
ssh user username authentication-type { all | password | rsa }
undo ssh user username authentication-type
View
System view
Parameter
username: Valid local user name or user name defined by remote RADIUS system.
all: Specifies authentication type as password and RSA.
password: Specifies authentication type as password.