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用户的服务方式,缺省情况下,服务方式为空。
1.1.19 ssh userssh 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 { pki-...
[HUAWEI] ssh user admin authentication-type password //配置SSH用户认证方式为password [HUAWEI] aaa[HUAWEI-aaa] local-user admin privilege level 15 [HUAWEI-aaa] local-user admin service-type ssh [HUAWEI-aaa] local-user admin password irreversible-cipher abcd@123 //设置密码 [HUAWEI-aaa] quit [H...
二、设置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 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配置没有问题。
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 all 如果是远程配置,在ssh测试成功后将protocol inbound all改为protocol inbound ssh...
20、60; all All protocols ssh SSH protocol telnet Telnet protocol 12、创建SSH用户Huaweissh user ? STRING<1-64> The specified user name Huaweissh user 1Info: Succeeded in adding a new SSH user.Huawei 13、配置SSH用户的 21、认证方式Huaweissh user 1 ? assign Set the key authentication-type ...
ssh user username service-type { all | netconf | scp | sftp | stelnet } authentication-type { password | { any | password-publickey | publickey } [ assign { pki-domain domain-name | publickey keyname } ] }SSH服务器上最多可以创建1024个SSH用户。1.2.11 配置SSH管理功能...
local-user admin service-type telnet user-interface con 0 authentication-mode aaa user-interface vty 0 4 authentication-mode aaa protocol inbound all---此条要添加 # console口登录: 通过密码: [Quidway]user-interface con 0 [Quidway-ui-console...