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 user admin ssh user admin service-type all ssh client first-time enable user-interface con 0 authentication-mode password set authentication password cipher $1a$aagDR-,)J1$g:1|:<&)r0YGz]9z'`*0/Y;i2AEaa(TNxbFE6@M"$ user-interface vty 0 4 ...
执行命令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用户的服务方式,缺省情况下,服务方式为空。
[Switch-luser-manage-client002] service-type ssh [Switch-luser-manage-client002] authorization-attribute user-role network-admin [Switch-luser-manage-client002] quit (3) Stelnet客户端建立与Stelnet服务器的连接 # 指定私钥文件,并建立与Stelnet服务器的连接。 打开PuTTY.exe程序,出现如图1-8所示的客户...
[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 usersuperservice-type stelnet 2、aaa下配置用户名、密码、权限和服务类型 代码语言:javascript 代码运行次数:0 运行 AI代码解释 local-usersuperpassword irreversible-cipher 密码 local-usersuperservice-type ssh local-usersuperpri level15 3、vty 0 4 下配置认证模型aaa和protocol inbound 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...
[Quidway-aaa]local-user admin service-type http /// 开启 http 登录服务 [Quidway-aaa]quit /// 退出aaa模式 创建vlan <Quidway>system-view ///进入系统配置模式 [Quidway]vlan 10 ///创建vlan 10 [Quidway-vlan10]quit ///退出系统配置模式 ...
步骤3: local-user [用户名] password irreversible-cipher [密码] *创建用户名及配置密码 步骤4: local-user [用户名] service-type ssh *配置用户SSH远程登录权限 步骤5: local-user user privilege level 15 *配置用户权限级别 步骤6:user-interface vty 0 4 ...
[Quidway-aaa]local-user admin service-type terminal ssh telnet ftp 创建vlan: system-view ///进入系统配置模式 [Quidway]vlan 10 ///创建vlan 10 [Quidway-vlan10]quit ///退出系统配置模式 [Quidway]interface Vlanif 10 ///进入配置vlan 10的模式 ...