Link to home
Start Free TrialLog in
Avatar of Sabri_UK
Sabri_UK

asked on

How can I configure ssh to remote access a router (cisco 7600) for remote management

I would like to configure ssh on a cisco router 7600 to allow remote management access via ssh?

does any one have a sample code example.

Much appreciated

Thanks

Sabri
ASKER CERTIFIED SOLUTION
Avatar of giltjr
giltjr
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rasal
rasal

Its pretty straight forward. You need to make sure you have the below minimum config ;


ip domain-name abc.com ---> The domain name
crypto key generate rsa ----> generate a key. (minimum 768 bits for SSH ver 2)
ip ssh version 2 ----> SSH ver2

I hope you have your authentication taken care through TACACS or RADIUS. Otherwise you can configure a local username and password. Go through the below link ;

http://www.cisco.com/en/US/tech/tk583/tk617/technologies_tech_note09186a00800949e2.shtml