Home > CISCO, Security > Configure SSH on Cisco Router

Configure SSH on Cisco Router

July 8th, 2009

This is the minimum configuration needed to support inbound SSH sessions on a router (you might want to add transport input ssh to the line configuration if you want to disable telnetaccess to the router):

hostname name

!

ip domain-name name

!

crypto key generate rsa

!

! define local usernames, use passwords or secrets

!

username a password b

username x secret y

!

ip ssh version 2

!

line vty 0 4

login local

Categories: CISCO, Security Tags:
Comments are closed.