Advertisement
Guest User

ily bryce

a guest
Dec 7th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 KB | None | 0 0
  1. Which of the following is the correct commands to setup remote access using SSH on a IOS Router?
  2.  
  3. Group of answer choices
  4.  
  5. S1#
  6.  
  7. S1# configure terminal
  8.  
  9. S1(config)# ip domain-name afa.com
  10.  
  11. S1(config)# crypto key generate rsa
  12.  
  13. The name of the keys will be: S1.afa.com
  14.  
  15.  
  16. How many bits in the modulus [512]: 1024
  17.  
  18.  
  19. S1(config)# username admin secret C1sc01234
  20.  
  21. S1(config)# line vty 0 15
  22.  
  23. S1(config-line)# transport input telnet
  24.  
  25. S1(config-line)# login local
  26.  
  27. S1(config-line)#exit
  28.  
  29. S1(config)# ip ssh version 2
  30.  
  31. S1(config)# exit
  32.  
  33. S1#
  34.  
  35.  
  36. S1#
  37.  
  38. S1# configure terminal
  39.  
  40. S1(config)# ip domain-name afa.com
  41.  
  42. S1(config)# crypto key generate rsa
  43.  
  44. The name of the keys will be: S1.cisco.com
  45.  
  46.  
  47. How many bits in the modulus [512]: 1024
  48.  
  49.  
  50. S1(config)# username admin secret C1sc01234
  51.  
  52. S1(config)# line vty 0 15
  53.  
  54. S1(config-line)# transport input ssh
  55.  
  56. S1(config-line)# login local
  57.  
  58. S1(config-line)#exit
  59.  
  60. S1(config)# ip ssh version 2
  61.  
  62. S1(config)# exit
  63.  
  64. S1#
  65.  
  66.  
  67. S1#
  68.  
  69. S1# configure terminal
  70.  
  71. S1(config)# ip domain-name afa.com
  72.  
  73. S1(config)# crypto key generate rsa
  74.  
  75. The name of the keys will be: S1.afa.com
  76.  
  77.  
  78. How many bits in the modulus [512]: 1024
  79.  
  80.  
  81. S1(config)# username admin secret C1sc01234
  82.  
  83. S1(config)# line vty 0 15
  84.  
  85. S1(config-line)# transport input ssh
  86.  
  87. S1(config-line)# login local
  88.  
  89. S1(config-line)#exit
  90.  
  91. S1(config)# ip ssh version 2
  92.  
  93. S1(config)# exit
  94.  
  95. S1#
  96.  
  97.  
  98. S1#
  99.  
  100. S1# configure terminal
  101.  
  102. S1(config)# ip domain-name afa.com
  103.  
  104. S1(config)# crypto key generate ipsec
  105.  
  106. The name of the keys will be: S1.afa.com
  107.  
  108.  
  109. How many bits in the modulus [512]: 1024
  110.  
  111.  
  112. S1(config)# username admin secret C1sc01234
  113.  
  114. S1(config)# line vty 0 15
  115.  
  116. S1(config-line)# transport input ssh
  117.  
  118. S1(config-line)# login local
  119.  
  120. S1(config-line)#exit
  121.  
  122. S1(config)# ip ssh version 2
  123.  
  124. S1(config)# exit
  125.  
  126. S1#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement