关于华为配置etelnet问题

大概流程如下:
1.rsa local-key-pair create #创建主机RSA密钥对 和长度
2.user-interface vty 0 4 #开启远程虚拟终端
authentication-mode "发a帖a不a让打" #认证
protocol inbound ssh #定义入站协议SSH
3.发a帖a不a让打
local-user xiaoming password cipher 1234 privilege level 15

问题:一般在AA模式下大多都会指明用户服务类型
如:local-user xiaoming service-type ssh
可我尝试过不去执行此命令,display ssh user-information 后发现小明也会出现在ssh中,只要在"
发a帖a不a让打"模式下创建了用户名和密码的话,当前用户就会自动加入SSH中!
4.ssh user xiaoming authentication-moden password
问题:这句话到底要不要写,既然"发a帖a不a让打"里此用户已经设置了密码,为何还要认证模式为password,测试结果可以通过不过会有提示NO AUTHENTICATION 的提示!
5.stelnet server enable

你配置了 protocol inbound ssh,那默认具体后面创建的用户都使用SSH啊,
还有,那个 A--A--A 认证,这么多年,都需要配置 authentication-mode password 的了。官方这样搭配这样玩的。