20 Chapter 4: Logging Into the OSN|M Linux SystemLogging In Throughthe OSN|MManagementEthernet Port UsingSSHThe SSH server function is enabled on the OSN|M by default. You can useSSH on the SSH client to log into the Linux system through the OSN|M’smanagement Ethernet port performing the following steps:1 Connect one end of the cable to the switch’s Ethernet port and the otherend to the OSN|M’s management Ethernet port.2 Power on the OSN|M and log into the OSN|M’s Linux system by executingthe ssh2 command on the switch. The management Ethernet port’sdefault IP address is 192.168.0.2/24.ConfigurationExample# Create a VLAN interface on the switch and assign it an IP address. TheIP address is used as the SSH client address to connect the SSH server. system-view[sysname] interface vlan-interface 1[sysname-Vlan-interface1] ip address 192.168.0.56 255.255.255.0[sysname-Vlan-interface1] quit# Establish the SSH connection to the SSH server (OSN|M) 192.168.0.2.[sysname]ssh2 192.168.0.2Username:# Enter the username and password. The default username and passwordare both root.Username: rootTrying 192.168.0.2 ...Press CTRL+K to abortConnected to 192.168.0.2 ...The Server is not authenticated. Do you continue access it?(Y/N):yDo you want to save the server’s public key?(Y/N):yEnter password:Last login: Sun Jan 2 11:48:42 2005 from 192.168.0.56[root@localhost ~]#You have logged into the Linux system and can configure and managethat system.