侧边栏壁纸
博主头像
落叶人生博主等级

走进秋风,寻找秋天的落叶

  • 累计撰写 130562 篇文章
  • 累计创建 28 个标签
  • 累计收到 9 条评论
标签搜索

目 录CONTENT

文章目录

华为S5700无法telnet、ssh【已解决】

2023-01-02 星期一 / 0 评论 / 0 点赞 / 80 阅读 / 851 字

工作... 某工程师说,系统版本问题无法设置Telnet、SSH...吧啦吧啦 telnet看,有如下报错: Reason="The channel configurati

.

工作...    某工程师说,系统版本问题无法设置Telnet、SSH...吧啦吧啦    telnet看,有如下报错:         Reason="The channel configuration is incorrect."    查看配置:        user-interface vty 0 4             authentication-mode aaa        aaa             authentication-scheme default             authorization-scheme default             accounting-scheme default             domain default             domain default_admin             local-user admin password irreversible-cipher %@%@rA*HDYAir9w}~")"qec7AO_db17$)!c553IMp].#*=|>U_deO%@%@             local-user admin service-type http telnet ssh    解决方法:        user-interface vty 0 4             authentication-mode aaa             protocol inbound all                       //允许协议进入
.

广告 广告

评论区