Hello...my first post...is there a "canned" script to add SSH?
All I want to do is send the following commands to a few of our routers and switches to turn on SSH:
ip domain-name XXX
crypto key generate rsa
1024 (this will be the response when prompted for modulus size from the switch or router)
line vty 0 15
transport input telnet ssh
Thanks in advance for any help for this newbie!