You are on page 1of 1

SSH is a network protocol that is used to securely access an unsecured network.

CONFIGURATIONS FOR SSH

Router(config)# hostname R1

R1(config)#enable secret class

R1(config)#ip domain-name intern.com

R1(config)#cryto key generate rsa

R1(config)#line vty 0 3

R1(config line)#transport input ssh

R1(config line)#login local

R1(config line)#username R1 password class

R1(config line)#exit

R1(config line)#interface vlan1

R1(config line)#ip address 172.16.0.1 255.255.255.128

R1(config line)#no shutdown

R1(config line)#exit

You might also like