Title: How to enable SSH for Ruijie Series switch? [Print this page] Author: linyonghang1@ru Time: 2023-8-17 09:54 Title: How to enable SSH for Ruijie Series switch? 1、enable SSH
Ruijie#configure terminal
Ruijie(config)#enable service ssh-server
2、Generate encryption key:
Ruijie(config)#crypto key generate dsa ------>There are two encryption modes: DSA and RSA
Choose the size of the key modulus in the range of 360 to 2048 for your
Signature Keys. Choosing a key modulus greater than 512 may take
a few minutes.
How many bits in the modulus [512]: ------>press enter here
% Generating 512 bit DSA keys ...[ok]
3、Configure a management IP address for the switch
Ruijie(config)#interface vlan 1
Ruijie(config-if)# ip address 192.168.1.1 255.255.255.0
Welcome to Ruijie Community (https://community.ruijienetworks.com/)