Operation Manual – SSHH3C S5600 Series Ethernet Switches Chapter 1 SSH Configuration1-49z Configure Switch A# Create a VLAN interface on the switch and assign an IP address, which serves as theSSH client’s address in an SSH connection. system-view[SwitchA] interface vlan-interface 1[SwitchA-Vlan-interface1] ip address 10.165.87.137 255.255.255.0[SwitchA-Vlan-interface1] quit# Generate a DSA key pair[SwitchA] public-key local create dsa# Export the generated DSA key pair to a file named Switch001.[SwitchA] public-key local export dsa ssh2 Switch001Note:After the key pair is generated, you need to upload the pubic key file to the serverthrough FTP or TFTP and complete the server end configuration before you continue toconfigure the client.# Establish an SSH connection to the server 10.165.87.136.[SwitchA] ssh2 10.165.87.136 identity-key dsaUsername: client001Trying 10.165.87.136 ...Press CTRL+K to abortConnected to 10.165.87.136 ...The Server is not authenticated. Do you continue to access it?(Y/N):yDo you want to save the server's public key?(Y/N):n*************************************************************************** Copyright(c) 2004-2007 Hangzhou H3C Tech. Co., Ltd. All rights reserved.** Without the owner's prior written consent, ** no decompiling or reverse-engineering shall be allowed. ***************************************************************************