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 ...
执行命令ssh useruser-name,创建用户名。 执行命令ssh useruser-nameauthentication-type{rsa|password-rsa|all|dsa|password-dsa|ecc|password-ecc},配置SSH用户认证方式。 执行命令ssh useruser-nameservice-type{stelnet|all},配置SSH用户的服务方式,缺省情况下,服务方式为空。
ssh user命令用来创建SSH用户,并指定SSH用户的服务类型和认证方式。 undo ssh user命令用来删除SSH用户。 【命令】 ssh user username service-type { all | netconf | scp | sftp | stelnet } authentication-type { password | { any | password-publickey | publickey } [ assign publickey keyname&<1-...
创建用户admin,设置认证密码为admin登录协议为SSH [H3C]local-user admin [H3C-luser-juniper]password cipher 2018@ 指定用户juniper的认证方式为password [H3C]ssh user admin service-typ all authentication-type password 一个基本的SSH配置就结束了,配置完成后即可使用SSH登录工具进行连接交换机 user-interface vty...
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配置没有问题。
1.1.19 ssh user ssh user命令用来创建SSH用户,并指定SSH用户的服务类型和认证方式。 undo ssh user命令用来删除SSH用户。 【命令】 ssh user username service-type { all | netconf | scp | sftp | stelnet } authentication-type { password | { any | password-publickey | publickey } [ assign { pk...
http server enable 2、Telnet服务 telnet server enable 3、SSH服务 stelnet server enable ssh user admin authentication-type password 在V200R019C10以及之前的版本呢,都习惯的按照上面的去开启对应的http、telnet、ssh服务,剩下的只要用户名服务类型对了,等级对了,VTY允许了就没任何问题,但是华为设备新版本V2R20...
user-interface vty 16 20 # return [HUAWEI-ui-vty0-4] [HUAWEIdis this # stelnet server enable ssh user admin ssh user admin authentication-type password ssh user admin service-type stelnet ssh server-source all-interface ssh server cipher aes256_ctr aes128_ctr ...
二、设置telnet登录S5700(eg.设置用户名admin密码112233): system-view [Quidway] user-interface vty 0 4 [Quidway-ui-vty0-4] authentication-mode aaa [Quidway-ui-vty0-4]protocal inbound all [Quidway-ui-vty0-4] user privilege level 15
ssh server timeout120ssh server authentication-retries5ssh usersuperauthentication-type password ssh usersuperservice-type stelnet 2、aaa下配置用户名、密码、权限和服务类型 代码语言:javascript 代码运行次数:0 运行 AI代码解释 local-usersuperpassword irreversible-cipher 密码 ...