华为设备开启ssh登录

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了华为设备开启ssh登录相关的知识,希望对你有一定的参考价值。

  • 在服务器端生成本地密钥对
  • <HUAWEI> system-view
    [HUAWEI] sysname SSH Server
    [SSH Server] rsa local-key-pair create
    The key name will be: SSH Server_Host
    The range of public key size is (512 ~ 2048).
    NOTES: If the key modulus is greater than 512,
           it will take a few minutes.
    Input the bits in the modulus[default = 2048]:2048
    Generating keys...
    ......................++++++++
    ........................................................++++++++
    ........+++++++++
    .....+++++++++

    **2. 在服务器端创建SSH用户

    # 配置VTY用户界面。

    [SSH Server] user-interface vty 0 4
    [SSH Server-ui-vty0-4] authentication-mode aaa
    [SSH Server-ui-vty0-4] protocol inbound ssh
    [SSH Server-ui-vty0-4] quit

    **· 创建SSH用户client001。

    # 新建用户名为client001的SSH用户,且认证方式为password。

    [SSH Server] aaa
    [SSH Server-aaa] local-user client001 password irreversible-cipher [email protected]
    [SSH Server-aaa] local-user client001 privilege level 3
    [SSH Server-aaa] local-user client001 service-type ssh
    [SSH Server-aaa] quit
    [SSH Server] ssh user client001 authentication-type password

    3. SSH服务器端开启STelnet服务功能

    # 开启STelnet服务功能。

    [SSH Server] stelnet server enable
    4. 配置SSH用户client001、client002的服务方式为STelnet

    [SSH Server] ssh user client001 service-type stelnet

    参考:http://forum.huawei.com/enterprise//zh/thread-334309.html

    以上是关于华为设备开启ssh登录的主要内容,如果未能解决你的问题,请参考以下文章

    华为设备安全登录SSH配置方法

    在华为设备上配置一个SSH登录案例

    华为网络设备SSH连接

    华为网络设备SSH连接

    华为华三思科交换机设置SSH登录

    华为交换机配置ACL限制用户通过HTTP/SSH登录设备,只允许指定IP登录交换机