Never use TELNET ! How to configure SSH on a Cisco Router.
Welcome to Network Engineer Pro. I’m Rafael, CCIE #64356.
I’m working on ton of content (videos, labs and more) to help you learn networking. If you want to stay up to date on what I’m working on and be the first to know then head to my website where you can sign up and get notified:
➤ https://www.networkengineerpro.com/
You can also follow me on Facebook:
➤ https://www.facebook.com/NetworkEngineerPro
Amazon affiliate links to recommended reading material
The CCNA 200-301 Official Cert Guide Volume 1
➤ https://amzn.to/3AWwjXh
The CCNA 200-301 Official Cert Guide Volume 2
➤ https://amzn.to/3wv81QQ
For those of you who want to take your studies to the CCIE level, here are the first two books(of many) you should get your hands on.
Routing TCP/IP, Volume 1
➤ https://amzn.to/3ARnVZj
Routing TCP/IP, Volume 2
➤ https://amzn.to/3k8wfxB
————————–
TELNET should never be used in a production network it’s unsecure and the data can easily be seen in a packet capture.
I show you this live on the cli. After telnetting to another router, the wireshark capture is examined and we can easily see the data being sent across including the usernames, passwords and more.
The more secure way to remotely manage devices is to use SSH. SSH is a network protocol used to remotely access and manage a devices. The main difference between Telnet and SSH is that SSH uses encryption, which means that all data transmitted over a network is secure from eavesdropping.
After SSH is configured and tested, I go back to the wireshark capture for analysis and we can see the data going across is encrypted. This is what you want especially in production environments.
I hope everyone enjoyed the video, if you did be sure to like and subscribe.
Here is the config used in the video on R2.
—————————————–
hostname R2
ip domain name networkengineerpro.com
username admin privilege 15 password cisco
crypto key generate rsa
ip ssh ver 2
!
line vty 0 4
login local
transport input ssh
——————————————-
#CCNA #CCNP #CCIE
Views : 584
network engineer
Source by Network Engineer Pro