zoukankan      html  css  js  c++  java
  • H3C ssh 配置参考

    [h3c]public-key local create rsa
    回车
    [h3c]public-key local create dsa
    回车
    [h3c]user-interface vty 0 4
    [h3c-ui-vty0-4]authentication-mode scheme
    [h3c-ui-vty0-4]protocol inbound ssh
    [h3c-ui-vty0-4]quit
    [h3c]local-user 用户名
    [h3c-luser-用户名]password cipher 密码
    [h3c-luser-用户名]service-type ssh
    [h3c-luser-用户名]authorization-attribute level 3
    [h3c-luser-用户名]quit
    [h3c]ssh server enable
    [h3c]save


    or


    [h3c]public-key local create rsa
    回车
    [h3c]public-key local create dsa
    回车
    [h3c]user-interface vty 0 4
    [h3c-ui-vty0-4]authentication-mode scheme
    [h3c-ui-vty0-4]protocol inbound ssh
    [h3c-ui-vty0-4]quit
    [h3c]local-user 用户名
    [h3c-luser-用户名]password cipher 密码
    [h3c-luser-用户名]service-type ssh
    [h3c-luser-用户名]service-type ssh level 3
    [h3c-luser-用户名]quit
    [h3c]ssh authentication-type default password
    [h3c]save

  • 相关阅读:
    [bzoj3123] [Sdoi2013]森林
    [bzoj2173] 整数的lqp拆分
    Linux
    使用高德地图API
    EF具体用在什么类型的项目上
    出现Data Tools 与VS 不兼容问题
    Entity FramWork
    Entity
    Entity
    BASH
  • 原文地址:https://www.cnblogs.com/walkersss/p/11758360.html
Copyright © 2011-2022 走看看