
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
The steps to configure router security by setting up passwords and enabling secure shell (ssh) on a cisco router. Commands to create a secure password, configure login access, set up the router hostname, and enable ssh with a specified version and timeout.
Typology: Study notes
1 / 1
This page cannot be seen from the preview
Don't miss anything!

Router(config)# line vty 0 15 Router(config-line)# password Jug[@85_1LknTf6@r Router(config-line)# login Router(config-line)# exit
Router(config)# hostname MonRouteur MonRouteur(config)# ip domain-name lolokai.local MonRouteur(config)# crypto key generate rsa modulus 1024 MonRouteur(config)# line vty 0 15 MonRouteur(config-line)# transport input ssh MonRouteur(config-line)# exit MonRouteur(config)# ip ssh version 2 MonRouteur(config)# ip ssh time-out 90 MonRouteur(config)# ip ssh authentication-retries 3