You are on page 1of 1

packet tracer 5214

pc 1 cmd prom
telnet 10.10.10.2
copy run start
show run
config t
service password-encryption
show run

config t
ip domain-name netacad.pka

config t
crypto key generate rsa
(bits in modulus [512]) 1024

username administrator secret cisco

line vty 0 15
login local
transport input ssh
no password cisco

(exit out to pc cmd)


telnet 10.10.10.2 (should fail)

ssh -L administrator 10.10.10.2


(password) cisco
en
(password) cisco

You might also like