Knowee
Questions
Features
Study Tools

An administrator defined a local user account with a secret password on router R1 for use with SSH. Which three additional steps are required to configure R1 to accept only encrypted SSH connections?

Question

An administrator defined a local user account with a secret password on router R1 for use with SSH. Which three additional steps are required to configure R1 to accept only encrypted SSH connections?

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

Solution

  1. Generate RSA Keys: The first step is to generate RSA keys on your router which will be used for encryption and decryption of the SSH packets. This can be done using the command 'crypto key generate rsa' in the global configuration mode.

  2. Enable SSH Transport: The next step is to enable SSH transport for virtual terminal lines (VTY). This can be done using the command 'transport input ssh' in the line configuration mode. This command tells the router to only accept SSH connections.

  3. Set the SSH Version: By default, your router may support both SSH version 1 and 2. However, it is recommended to use version 2 as it is more secure. You can set the SSH version using the command 'ip ssh version 2' in the global configuration mode.

Remember to save your configurations using the 'write memory' or 'copy running-config startup-config' command to ensure that the configurations are not lost when the router is restarted.

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.)

Which two steps are required before SSH can be enabled on a Cisco router?

You aim to disable password-based authentication in SSH and only allow key-based authentication for added security. What configuration change is needed in the SSH server configuration file?1.0 Marks. Set KeyAuthentication only in /etc/ssh/sshd_configSet PasswordAuthentication no in /etc/ssh/sshd_configSet UsePAM no in /etc/ssh/sshd_config

The secure authentication connection used in SSH is called __________.TunnelPrivate routeSSH channelSecure channel

The ssh command option -p is used to specify __________.1 pointThe username for the remote serverThe path to the private key file to use for authenticationThe password for the SSH connectionThe port number to use for the SSH connection

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.