Refer to the exhibit.
Router#show running-config
Building configuration…
!
<output omitted>
!
hostname R1
!
ip domain-name networktut.com
!
crypto key generate rsa modulus 2048
!
username admin privilege 15 secret cisco123
!
access-list 1 permit 10.1.1.0 0.0.0.255
access-list 1 deny any log
!
line vty 0 15
access-list 1 in
login local
!
<output omitted>
!
end
A user cannot SSH to the router.
What action must be taken to resolve this issue?
A . Configure transport input ssh
B . Configure transport output ssh
C . Configure ip ssh version 2
D . Configure ip ssh source-interface loopback0
Answer: A
Explanation:
https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst2960x/software/15-0_2_EX/security/configuration_guide/b_sec_152ex_2960-x_cg/b_sec_152ex_2960-x_cg_chapter_01001.html
Leave a Reply