ssh user admin123 authentication-type password #配置认证方式为密码认证 aaa #进入aaa认证视图 local-user admin123 password irreversible-cipher jm123456 #配置认证用户名密码,在模拟器当中交换机无irreversible-cipher的命令 local-user admin123 privilege level 15 #配置认证用户的级别 local-user admin123 service...
ssh user admin ssh user admin authentication-type password ssh user admin service-type stelnet aaa local-user admin password cipher 登录密码 local-user admin privilege level 15 local-user admin service-type ssh stelnet server enable user-interface vty 0 4 authentication-mode aaa protocol inbound ...
[HUAWEI] ssh user admin //创建SSH用户admin [HUAWEI] ssh user admin service-type stelnet //配置SSH用户的服务方式为STelnet 配置SSH用户认证方式。 # 配置SSH用户认证方式为Password(另外一种用户认证方式为RSA、DSA或ECC,及免密码登录,不常用) [HUAWEI] ssh user admin authentication-type password //配置...
[Switch]ssh authentication-type default password 如果仅某几个SSH用户的认证方式为Password认证、服务方式为STelnet,可以通过指定SSH用户名的形式配置。例如:指定用户名为admin的SSH用户的认证方式为Password认证、服务方式为STelnet。 [Switch]ssh user admin authentication-type password ...
ssh user admin authentication-type password 在V200R019C10以及之前的版本呢,都习惯的按照上面的去开启对应的http、telnet、ssh服务,剩下的只要用户名服务类型对了,等级对了,VTY允许了就没任何问题,但是华为设备新版本V2R20以及以后的,这个系列要注意 可以看到这个版本是V200R021版本,http的服务都是没问题的,但怎么...
[USG6000V1-aaa-manager-user-telnet_user]service-type telnet [USG6000V1-aaa-manager-user-telnet_user]level 3 (2)配置VTY管理员认证方式为AAA。 [USG6000V1]user-interface vty 0 4 [USG6000V1-ui-vty0-4]authentication-mode aaa [USG6000V1-ui-vty0-4]protocol inbound telnet ...
sshuseradmin authentication-type password sshuseradmin service-typeall#user-interface vty04authentication-mode aaa protocol inboundall# 华三 #local-user admin service-typessh terminalauthorization-attribute user-role level-15password simple admin@123#sshserver enablesshuser tayinhang service-typestelnet auth...
ssh authentication-type default password 这条命令是全局模式下默认配置但是只有未配置ssh user 时才生效。而现在配置了ssh user导致ssh authentication-type default password 这条命令不生效,也就导致用户无法通过SSH方式登录。 解决方案 增加一条命令:ssh user admin authentication-type password。使配置了ssh user的...
执行命令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用户的服务方式...
[Quidway]ssh user chy authentication-type password ///为chy用户设置ssh认证为password,此命令对设置单一用户设置来说比较实用 [Quidway]ssh authentication-type default password ///设置ssh默认的认证方式为密码认证,对设置多个用户来说很实用 [Quidway]ssh user chy service-type stelnet ///为chy用户设置ssh认...