[Huawei]ssh user 1 service-type ? all Set all service type sftp Set SFTP service type stelnet Set Stelnet service type [Huawei]ssh user 1 service-type stelnet 15、配置SSH用户按命令行授权,即只能通过命令行使用 [Huawei]ssh user 1 authorization-cmd ? aaa Set the AAA authorization mode passwo...
ssh user service-type 命令功能 ssh user service-type命令用来配置SSH用户的服务方式。 undo ssh user service-type命令用来恢复SSH用户的服务方式到缺省情况。 缺省情况下,SSH用户的服务方式是空,即不支持任何服务方式。 命令格式 ssh useruser-nameservice-type{ [sftp|stelnet|snetconf]*|all} ...
14、配置SSH用户的服务类型Huaweisshuser1service-type?allSetallservicetypesftpSetSFTPservicetypestelnetSetStelnetservicetypeHuaweisshuser1service-typestelnet15、配置SSH用户按命令行授权,即只能通过命令行使用Huaweisshuser1authorization-cmd?aaaSettheAAAauthorizationmodepassword认证依靠AAA实现,当用户使用password、...
[*CE1]ssh user client001 service-type stelnet 在服务器端新建用户名为Client002的SSH用户。 # 配置Client002的认证方式为RSA,并绑定SSH客户端RSA公钥。 [*CE1]ssh user client002[*CE1]ssh user client002 authentication-type rsa[*CE1]ssh authorization-type default root ...
#配置用户client001服务方式为stelnet# ssh user client002 service-type stelnet #配置用户client002服务方式为stelnet# 第七部:Client001和clinet002上使能首次认证功能 ssh client first-time enable 第八步:验证SSH 用户Client001 SSH 登录的过程如下图:成功 ...
[Switch-luser-manage-client001] authorization-attribute user-role network-admin [Switch-luser-manage-client001] quit 8、# 配置SSH用户client001的服务类型为Stelnet,认证方式为password认证。(此步骤可以不配置) [Switch] ssh user client001 service-type stelnet ...
设置用户的登陆类型为stelnet
local-user admin privilege level 15 //配置admin用户权限为15级 local-user admin service-type ssh //服务类型为ssh # interface GigabitEthernet0/0/1 ip address 192.168.137.254 255.255.255.0 # stelnet server enable //激活Stelnet服务: # ip route-static 0.0.0.0 0.0.0.0 192.168....
ssh user username service-type { all | netconf | scp | sftp | stelnet } authentication-type { password | { any | password-publickey | publickey } [ assign { pki-domain domain-name | publickey keyname&<1-6> } ] }SSH服务器上最多可以创建1024个SSH用户。1.2.11 配置SSH管理功能...
执行命令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用户的服务方式...