SSH configuration on Cisco router
75 pts.
0
Q:
SSH configuration on Cisco router
Please provide me a step to step detail configuration of SSH.
Thanks..
ASKED: Jun 4 2009  11:16 AM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
11280 pts.
0
A:
 RATE THIS ANSWER
+1
Click to Vote:
  •   1
  •  0
  • AddThis Social Bookmark Button
First configure the hostname and a domain

hostname My-Router
ip domain-name My-Company.com


Then generate your SSH keys

cry key generate rsa

Create some usernames and passwords

username Fred secret Wilma

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

line vty 0 4
login local
transport input ssh


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 Answered: Jun 4 2009  3:18 PM GMT by BlankReg   11280 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

admin   0 pts.  |   Jun 4 2009  2:26PM GMT

What router are you using?

 

BlankReg   11280 pts.  |   Jun 4 2009  3:17PM GMT

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

 

Mailstream   20 pts.  |   Aug 4 2009  3:02AM GMT

 
0