Home > CISCO, Security > Configure SSH on Cisco Router

Configure SSH on Cisco Router

March 26th, 2010

This is a basic configuration to set up SSH on a Cisco router:
hostname name
!
ip domain-name name
!
crypto key generate rsa
!
! define local usernames, use passwords or secrets, e.g:
!
username daren password my_password
username darenĀ  secret my_password
!
ip ssh version 2
!
line vty 0 4
login local

NOTE:

Add “transport input ssh” to the vty line if you wish to disable telnet access

Categories: CISCO, Security Tags:
Comments are closed.