Configuring Router Security with Passwords and SSH, Study notes of Computer Network Management and Protocols

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

2017/2018

Uploaded on 05/22/2018

mohamed-issaoui
mohamed-issaoui 🇹🇳

1 document

1 / 1

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
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

Partial preview of the text

Download Configuring Router Security with Passwords and SSH and more Study notes Computer Network Management and Protocols in PDF only on Docsity!

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