80 pts.
 SSH configuration on Cisco router
Please provide me a step to step detail configuration of SSH. Thanks..

Software/Hardware used:
ASKED: June 4, 2009  11:16 AM
UPDATED: August 4, 2009  3:02 AM

Answer Wiki:
First configure the hostname and a domain <b>hostname My-Router ip domain-name My-Company.com</b> Then generate your SSH keys <b>cry key generate rsa</b> Create some usernames and passwords <b>username Fred secret Wilma</b> Do as many of these as you need, and they can also apply the level that this gives them access. IT can also be centralised using TACACS+ or RADIUS. Then configure the vty ports for SSH <b>line vty 0 4 login local transport input ssh</b> That should get things working for you. If I have forgotten anything (which I don't think I have) I am sure someone will correct me ;-)
Last Wiki Answer Submitted:  June 4, 2009  3:18 pm  by  BlankReg   12,265 pts.
All Answer Wiki Contributors:  BlankReg   12,265 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

What router are you using?

 0 pts.

 

Doesn’t really matter – it is a Cisco, so uses IOS, and the commands are the same for almost all of them.

 12,265 pts.