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 authenti
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...
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服务,剩下的只要用户名服务类型对了,等级对...
ssh user admin service-type all ssh user admin authentication-type all user-interface vty 0 4 authentication-mode aaa protocol inbound ssh user privilege level 15 quit aaa local-user admin password irreversible-cipher xixi_123 local-user admin privilege level 15 local-user admin service-type ssh ...
[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...
[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...
[H3C]local-user admin [H3C-luser-admin]password cipher password [H3C-luser-admin]service-type ssh level 3 指定用户admin的认证方式为password [H3C]ssh user admin authentication-type password 一个基本的SSH配置就结束了,配置完成后即可使用SSH登录工具进行连接交换机 ...
ssh user admin123 authentication-type password #配置认证方式为密码认证 aaa #进入aaa认证视图 local-user admin123 password irreversible-cipher jm123456 #配置认证用户名密码,在模拟器当中交换机无irreversible-cipher的命令 local-user admin123 privilege level 15 #配置认证用户的级别 ...
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 ...