Which two configuration steps are required for implementing SSH for management access to a
Cisco router? (Choose two.)
A.
Configuring the SSH version with the ip ssh version 2 command.
B.
Generating RSA key pairs with the crypto key generate rsa command.
C.
Enabling AAA for authentication, authorization, and accounting with the aaa new-model command.
D.
Enabling SSH transport with the transport input ssh command.
E.
Configuring a domain name with the ip domain-name [name] command.
Explanation:
http://www.cisco.com/c/en/us/support/docs/security-vpn/secure-shell-ssh/4145ssh.html
B.
Generating RSA key pairs with the crypto key generate rsa command.
E.
Configuring a domain name with the ip domain-name [name] command.