aaa local-user admin password cipher YourPassword local-user admin service-type ssh local-user admin privilege level 15 将“admin”替换为所需的用户名,“YourPassword”替换为所需的密码。 5. 配置SSH用户认证方式: ssh user admin auth
1、HTTP/HTTPS相关服务 http secure-server enable http server enable 2、Telnet服务 telnet server enable 3、SSH服务 stelnet server enable ssh user admin authentication-type password 在V200R019C10以及之前的版本呢,都习惯的按照上面的去开启对应的http、telnet、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...
Step 3:配置ssh用户认证方式 ssh user admin123 authentication-type password #配置认证方式为密码认证 aaa #进入aaa认证视图 local-user admin123 password irreversible-cipher jm123456 #配置认证用户名密码,在模拟器当中交换机无irreversible-cipher的命令 local-user admin123 privilege level 15 #配置认证用户的级别...
[R1-aaa]local-user user1 password cipher admin123 [R1-aaa]local-user user1 privilege level 3 [R1-aaa]local-user user1 service-type ssh [R1]ssh user user1 authentication-type rsa 3、在客户端生成本地密钥对 [Huawei]sysname R2 [R2]rsa local-key-pair create The key name will be: Host ...
[Sysname] ssh user user1 service-type sftp authentication-type password-publickey assign publickey key1 # 创建设备管理类本地用户user1,配置用户密码为明文123456TESTplat&!,服务类型为SSH,授权工作目录为flash:,授权用户角色为network-admin。 [Sysname] local-user user1 class manage [Sysname-luser-manage...
[Sysname] ssh user user1 service-type sftp authentication-type password-publickey assign publickey key1 # 创建设备管理类本地用户user1,配置用户密码为明文123456TESTplat&!,服务类型为SSH,授权工作目录为flash:,授权用户角色为network-admin。 [Sysname] local-user user1 class manage [Sysname-luser-manage...
ssh user admin authentication-type password ssh user admin service-type stelnet 4、VTY下添加设置 [Huawei]user-interface vty 0 4 [Huawei-ui-vty0-4]authentication-mode aaa [Huawei-ui-vty0-4]protocol inbound ssh 5、配置实例 [Huawei] rsa local-key-pair create //创建rsa本地密钥对 ...
[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 ssh user sshadmin service-type all ssh user admin service-type all ssh client first-time enable ssh client 10.70.87.57 assign rsa-key 10.70.87.57 # 客户用账户“admin”和“sshadmin”测试,均出现此问题,但对应的SSH配置没有问题。 2.发现客户配置了 undo ...