QuestionQ923

Security Fundamentals

An engineer has configured the domain name, user name, and password on the local router.

What is the next step to complete the configuration for a Secure Shell access RSA key?

  • A crypto key import rsa pem
  • B crypto key generate rsa
  • C crypto key zeroize rsa
  • D crypto key pubkey-chain rsa
Explanation

On Cisco IOS, SSH server access using RSA requires the device to have its identifying settings configured first, including the domain name, and then an RSA key pair must be created. The command that creates that key pair is crypto key generate rsa. crypto key zeroize rsa removes existing RSA keys, crypto key pubkey-chain rsa is used to manage public keys, and crypto key import rsa pem is for importing keys rather than performing the normal next step in basic SSH setup.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!