华为交换机STelnet远程登录设备 SSH Telnet方式管理设备配置命令

浏览次数:
AI摘要

华为交换机STelnet远程登录设备进行管理,SSH Telnet管理设备配置命令交换机设置。

摘要由作者通过智能技术生成

华为交换机STelnet(SSH Telnet)远程登录设备配置命令如下:

1.user-interface vty 0 4;

2.authentication-mode aaa;

3.protocal inbound ssh;

4.quit;

5.aaa;进入3a视图模式

6.local-user client001 password irreversible-cipher Huawei@123;

7.local-user client001 privilege level 3;

8.local-user client001 service-type ssh terminal;

9.quit;

10.ssh user client001 authentication-type password;

11.stelnet server enable;

12.ssh user client001 service-type stelnet.