ssh user admin service-type all ssh user admin authentication-type all user-interface vty 0 4 authentication-mode aaa protocol inbound ssh user privilege level 15 quit aaa local-user admin password irreversible-cipher xixi_123 local-user admin privilege level 15 local-user admin service-type ssh ...
ssh user admin service-type all ssh client first-time enable ssh server cipher aes256_ctr aes128_ctr ssh server hmac sha2_256 ssh client cipher aes256_ctr aes128_ctr ssh client hmac sha2_256 ssh server dh-exchange min-len 2048 # ssh server cipher aes256_ctr aes128_ctr 该...
[Switch] local-user client002[Switch-luser-manage-client002] service-type ssh[Switch-luser-manage-client002] authorization-attribute user-role network-admin[Switch-luser-manage-client002] quit# 设置SSH用户client002的认证方式为publickey,并指定公钥为AP001。[Switch] ssh user client002 service-type ...
1.1.23 ssh userssh user命令用来创建SSH用户,并指定SSH用户的服务类型和认证方式。undo ssh user命令用来删除SSH用户。【命令】(非FIPS模式)ssh user username service-type { all | netconf | scp | sftp | stelnet } authentication-type { keyboard-interactive | password | { any | password-publickey ...
执行命令ssh user user-name,创建用户名。 执行命令ssh authentication-type default password,配置SSH用户缺省采用密码认证。 用户也可以通过执行命令ssh user user-name authentication-type password配置SSH用户认证方式为密码认证。 执行命令ssh user user-name service-type { stelnet | all },配置SSH用户的服务方式...
service-type ssh # interface NULL0 # interface Vlan-interface1 ip address 55.110.32.124 255.255.255.128 # interface Ethernet1/0/1 description TO R1 port link-type trunk port trunk permit vlan all # interface Ethernet1/0/2 # interface Ethernet1/0/3 # interface Ethernet1/0/4 # interface ...
all Set all service type sftp Set SFTP service type stelnet Set Stelnet service type Huaweissh user 1 service-type 26、stelnet 15、配置SSH用户按命令行授权,即只能通过命令行使用Huaweissh user 1 authorization-cmd ? aaa Set the AAA authorization mode password认证依靠AAA实现,当用户使用password、...
[Quidway-aaa]local-user admin service-type terminal ssh telnet ftp 创建vlan: system-view ///进入系统配置模式 [Quidway]vlan 10 ///创建vlan 10 [Quidway-vlan10]quit ///退出系统配置模式 [Quidway]interface Vlanif 10 ///进入配置vlan 10的模式 ...
user privilege level 3 设置用户登陆级别 aaa 进入aaa视图 local-user admin password cipher hello privilege level 3 在aaa视图下设置账号密码 和用户级别 local-user admin service-type telnet 配置该用户接入类型为aaa q 退回到用户视图 user-interface vty 0 4 进入到VTY用户视图 ...
local-user admin password cipher hello privilege level 3 在aaa视图下设置账号密码 和用户级别 local-user admin service-type telnet 配置该用户接入类型为aaa q 退回到用户视图 user-interface vty 0 4 进入到VTY用户视图 authentication-mode aaa 设置验证方式aaa ...