QUESTION9 An engineer is configuring SSH version 2 exclusively on the R1 router. What is the minimum configuration required to permit remote management using the cryptographic protocol?
hostname R1
ip domain name cisco
crypto key generate rsa general-keys modulus 1024 username cisco privilege 15 password 0 cisco123 ip ssh version 2
line vty 0 15 transport input all login local
hostname R1
crypto key generate rsa general-keys modulus 1024 username cisco privilege 15 password 0 cisco123 ip ssh version 2
line vty 0 15 transport input all login local
hostname R1
service password-encryption
crypto key generate rsa general-keys modulus 1024 username cisco privilege 15 password 0 cisco123 ip ssh version 2
line vty 0 15 transport input ssh login local
hostname R1
ip domain name cisco
crypto key generate rsa general-keys modulus 1024 username cisco privilege 15 password 0 cisco123 ip ssh version 2
line vty 0 15 transport input ssh login local