A network engineer is configuring secure remote access to a Cisco router. Which two commands would be issued in the line configuration mode of the router to implement SSH? (Choose two.)

IT Exam Items RepositoryA network engineer is configuring secure remote access to a Cisco router. Which two commands would be issued in the line configuration mode of the router to implement SSH? (Choose two.)

A network engineer is configuring secure remote access to a Cisco router. Which two commands would be issued in the line configuration mode of the router to implement SSH? (Choose two.)

  • login local
  • crypto key generate rsa
  • transport input ssh
  • username admin secret ccna
  • ip ssh version 2

Explanation: The login local command directs the router to use local authentication (a username/password pair set in global configuration). The transport input ssh command directs the router to only accept SSH connections. The commands crypto key generate rsaip ssh version 2, and username admin secret ccna are SSH configuration commands that are issued in the global configuration mode, not in the line configuration mode.

Related exam: CCNA (200-301) Certification Practice Exam (ENSA v7.0)