Knowee
Questions
Features
Study Tools

Which vty line configuration command can restrict remote management access to SSH only?access-classlogin localtransport input alltransport input ssh

Question

Which vty line configuration command can restrict remote management access to SSH only?access-classlogin localtransport input alltransport input ssh

🧐 Not the exact question you are looking for?Go ask a question

Solution

The command that can restrict remote management access to SSH only is "transport input ssh". This command is used in the line vty configuration mode. Here are the steps to configure it:

  1. Enter global configuration mode by typing "configure terminal" or "conf t" for short.
  2. Enter line vty configuration mode by typing "line vty 0 4" or "line vty 0 15" depending on how many vty lines you have.
  3. Type "transport input ssh" to restrict the vty lines to SSH only.
  4. Exit configuration mode by typing "exit".

This will ensure that only SSH connections can be made to the device, enhancing its security.

This problem has been solved

Similar Questions

When configuring SSH on a router to implement secure network management, a network engineer has issued the login local and transport input ssh line vty commands. What three additional configuration actions have to be performed to complete the SSH configuration? (Choose three.)

9Which three commands are used to set up secure access to a router through a connection to the console interface? (Choose three.)line vty 0 4password ciscologinenable secret ciscoline console 0interface fastethernet 0/0

11What happens when the transport input ssh command is entered on the switch vty lines?Communication between the switch and remote users is encrypted.The SSH client on the switch is enabled.The switch requires remote connections via a proprietary client software.The switch requires a username/password combination for remote access.Navigation Bar

What is a VTY connection? A. A virtual line port set up after a Telnet or SSH connection is established between a user terminal and a device. B. A method of accessing the device in Command Line Interface (CLI) mode. C. A serial port provided by the main control board of a device. D. A type of console port.

What command can enable and configure Windows Remote Management on a host?

1/1

Upgrade your grade with Knowee

Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.