1-22Both the publickey and rsa-key keywords indicate specifying the publickey key. They are implementedwith the same method.DescriptionUse the ssh client assign command to specify the name of the public key of the server on the client sothat the client can authenticate whether the server to be accessed is reliable.Use the undo ssh client assign command to remove the mapping between the client and the publickey of the server.By default, a client does not have the name of the server’s public key specified and it uses the IPaddress or host name that it used to log in to the SSH server as the public key name.If a client does not support first-time authentication, it will refuse to access any unauthenticated server.In this case, you need to configure the public key of the server on the client and associate the public keyand the server so that the client can authenticate the server during login.Related command: ssh client first-time enable.Examples# Specify the name of the RSA public key of the server (whose IP address is 192.168.0.1) as pub.ppkon the client.system-viewSystem View: return to User View with Ctrl+Z.[Sysname] ssh client 192.168.0.1 assign publickey pub.ppkssh client first-time enableSyntaxssh client first-time enableundo ssh client first-timeViewSystem viewParametersNone