执行命令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用户的服务方式...
local-user admin service-type ssh telnet http//用户登录的访问方式,我习惯开启这三种,开多方便,开少安全 3、查询创建ssh用户,赋予用户SSH dis ssh user-information//查看是否存在ssh用户 Info:NoSSHuserexists. ssh user admin authentication-type password//创建ssh用户admin,设置认证模式为密码认证 ssh user a...
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...
rsa local-key-pair create 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-...
[Switch]ssh authentication-type default password 如果仅某几个SSH用户的认证方式为Password认证、服务方式为STelnet,可以通过指定SSH用户名的形式配置。例如:指定用户名为admin的SSH用户的认证方式为Password认证、服务方式为STelnet。 [Switch]ssh user admin authentication-type password ...
[HUAWEI] ssh user admin service-type stelnet //配置SSH用户的服务方式为STelnet 配置SSH用户认证方式。 # 配置SSH用户认证方式为Password(另外一种用户认证方式为RSA、DSA或ECC,及免密码登录,不常用) [HUAWEI] ssh user admin authentication-type password //配置SSH用户认证方式为password ...
ssh user admin authentication-type password 在V200R019C10以及之前的版本呢,都习惯的按照上面的去开启对应的http、telnet、ssh服务,剩下的只要用户名服务类型对了,等级对了,VTY允许了就没任何问题,但是华为设备新版本V2R20以及以后的,这个系列要注意 可以看到这个版本是V200R021版本,http的服务都是没问题的,但怎么...
[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认...
authentication-mode password 设置验证方式为密码 user privilege level 3 设置用户登陆级别 aaa 进入aaa视图 local-user admin password cipher hello privilege level 3 在aaa视图下设置账号密码 和用户级别 local-user admin service-type telnet 配置该用户接入类型为aaa ...
ssh user admin authentication-type password 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 # ss...