最佳答案
[H3C]telnet server enable 使能Telnet服务器端功能
[H3C]user-interface vty 0 4 进入VTY用户界面视图 VTY0-4
[H3C]authentication-mode {none|password|scheme} VTY用户界面视图配置验证方式
password需要密码登陆
[H3C-ui-vty0 4]set authentication password {cipher|simple} password 如果选择了password验证必须配置一个验证码
[H3C-ui-vty0 4]user privilege level 3 设置用户登录后的级别
scheme需要账户和密码登陆
[H3C]local-user system 创建用户
[H3C-luser-system]password {cipher|simple} password 配置密码
[H3C-luser-system]service-type telnet 设置服务类型
[H3C-luser-system]level 3
[H3C-luser-system]authorization-attribute level 3
1.生成RSA和DSA密钥对
[H3C]public-key local create rsa
[H3C]public-key local create dsa
2.设置用户接口上的认证模式为AAA,并让用户接口支持SSH协议
[H3C]user-interface vty 0 4
[H3C-ui-vty0-4]authentication-mode scheme
[H3C-ui-vty0-4]protocol inbound ssh
3.创建用户admin,设置认证密码为luwenju-!@# 登录协议为SSH,能访问的命令级别 为 3
[H3C]local-user admin
[H3C-luser-admin]password cipher luwenju-!@#
[H3C-luser-admin]service-type ssh level 3
4.指定用户admin的认证方式为password
[H3C]ssh user admin authentication-type
password
(0)
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
暂无评论