1-10Examples# Display the mappings between host public keys and SSH servers saved on the client. display ssh server-infoServer Name(IP) Server public key name______________________________________________________192.168.0.1 abc_key01192.168.0.2 abc_key02Table 1-4 display ssh server-info command output descriptionField DescriptionServer Name(IP) Name or IP address of the serverServer public key name Name of the host public key of the serverssh client authentication serverSyntaxssh client authentication server server assign publickey keynameundo ssh client authentication server server assign publickeyViewSystem viewDefault Level2: System levelParametersserver: IP address or name of the server, a string of 1 to 80 characters.assign publickey keyname: Specifies the name of the host public key of the server, a string of 1 to 64characters.DescriptionUse the ssh client authentication server command on a client to configure the host public key of aspecified server so that the client can determine whether the server is trustworthy.Use the undo ssh authentication server command to remove the configuration.By default, the host public key of the server is not configured, and when logging into the server, theclient uses the IP address or host name used for login as the public key name.If the client does not support first-time authentication, it will reject unauthenticated servers. In this case,you need to configure the public keys of the servers and specify the mappings between public keys andservers on the client, so that the client uses the correct public key of a server to authenticate the server.Note that the specified host public key of the server must already exist.Related commands: ssh client first-time enable.