华为交换机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.