what is Telnet and what is SSH ? Telnet and SSH Configuration in Cisco Packet Tracer

Опубликовано: 29 Сентябрь 2024
на канале: Rean Computer 101
811
4

what is Telnet and what is SSH ? Telnet and SSH Configuration in Cisco Packet Tracer
#CCNA #CCNA101 #Telnet #SSH #Cisco #ReanComputer101
Keywords:
what is ssh,telnet configuration,ssh configuration,what is telnet,difference between telnet and ssh,telnet vs ssh explained

▶ Watch Playlist of CCNA Tutorial - http://bit.ly/CcnaNetworking

Configuration:
#Router1
int e1/0
ip add 10.0.0.1 255.255.255.252
no shut
============
line vty 0 4
password cisco
tranport input telnet
login
write memory

#Router2
int e1/0
ip add 10.0.0.2 255.255.255.252
no shut
===================
ip domain-name cisco.com
crypto key generate rsa
1024
username cisco password cisco
line vty 0 4
tranport input ssh
login local
write memory