36.1k views
5 votes
You enter the "ip ssh timeout 60" command on an unconfigured router. What order will you receive the following errors:

Please define a domain-name first
Please create RSA keys to enable SSH
Please define a hostname other than Router
a) 1, 2, 3
b) 3, 2, 1
c) 2, 3, 1
d) 1, 3, 2

User Saranda
by
7.5k points

1 Answer

3 votes

Final answer:

Upon entering 'ip ssh timeout 60' on an unconfigured router, errors occur in the sequence of first needing a domain name, then RSA keys, followed by a unique hostname, i.e., option 'd', 1, 3, 2.

Step-by-step explanation:

When you enter the command ip ssh timeout 60 on an unconfigured router, the order in which you will receive errors is as follows:

  1. Please define a domain-name first
  2. Please create RSA keys to enable SSH
  3. Please define a hostname other than Router

This order corresponds to the necessity of first defining a domain name for the router to be identifiable, then generating the necessary RSA keys for SSH encryption, and finally naming the router something other than the default to establish a unique identity on the network. Without these preliminary configurations, the router cannot securely engage in SSH communications, as these establish the basic requirements for SSH to function properly.

User Nikhil Jindal
by
8.6k points