Block telnet and SSH access to the Cisco router.
The user must have the privilege to change the settings or basically the admin user account.
Block all (telnet and ssh):
line vty 0 4
transport input none
sh startup-config (save config and will persist after reboot or shutdown)
sh running-config (config is save but will not persist after reboot or shutdown)
To enable or unblock:
line vty 0 4
privilege level 15
login local
line vty 0 4
transport input telnet ssh
Before rolling out to production be sure to test it out or else you will leave a vulnerability in your network.
Cheers..till next time!
================================
Free Android Apps:
Click on links below to find out more:
Multiplication Table for early learners
Catholic Rosary Guide for Android:
Pray the Rosary every day, countless blessings will be showered upon your life if you recite the Rosary faithfully.
https://play.google.com/store/apps/details?id=com.myrosaryapp
https://play.google.com/store/apps/details?id=com.myrosaryapp
Comments
Post a Comment