You are on page 1of 1

R1:

conf t
int e0/0
ip add 1.1.1.11 255.0.0.0
no sh
exi

R1:
conf t
int e0/0
ip add 1.1.1.1 255.0.0.0
no sh
exi

enable secret cisco123

username admin password cisco123

line vty 0 4
login local
transport input all
exit

crypto key generate rsa


1024
ip domain-name R2.com
ip ssh ver 2
sh crypto key mypubkey rsa

R2:
conf t
int e0/0
ip add 1.1.1.2 255.0.0.0
no sh
exi

R2
ssh - l admin 192.168.3.254
password :*******

You might also like