Configures the SSH server host key algorithm to be used for X.509v3 certificate-based SSH authentication (server authentication).
The host key algorithm is not configured.
Global configuration mode
Use the no form of the command to remove the configured algorithm.
This example configures x509v3-SSH-RSA as the host key algorithm.
device# configure terminal device(config)# ssh server algorithm hostkey x509v3-ssh-rsa