Which statement is true when you have generated RSA keys on your Cisco router to prepare for secure device management?

Which statement is true when you have generated RSA keys on your Cisco router to prepare for secure device management?

Which statement is true when you have generated RSA keys on your Cisco router to prepare for secure device management?

A.
You must then zeroize the keys to reset secure shell before configuring other parameters.

B.
The SSH protocol is automatically enabled.

C.
You must then specify the general-purpose key size used for authentication with the crypto key generate rsa general-keys modulus command.

D.
All vty ports are automatically enabled for SSH to provide secure management.



Leave a Reply 1

Your email address will not be published. Required fields are marked *


joe

joe

R1(config)#crypto key generate rsa general-keys modulus 1024
The name for the keys will be: R1.lab.local

% The key modulus size is 1024 bits
% Generating 1024 bit RSA keys, keys will be non-exportable…[OK]

R1(config)#
*Mar 1 00:13:59.807: %SSH-5-ENABLED: SSH 1.99 has been enabled
R1(config)#
R1(config)#