Never use TELNET ! How to configure SSH on a Cisco Router.

preview_player
Показать описание
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:

You can also follow me on Facebook:

Amazon affiliate links to recommended reading material

The CCNA 200-301 Official Cert Guide Volume 1

The CCNA 200-301 Official Cert Guide Volume 2

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

Routing TCP/IP, Volume 2
--------------------------

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
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
Рекомендации по теме
Комментарии
Автор

Awesome content! New to your channel and i found it very informative about cisco cli!

mrd