06-05-2009 10:54 PM
Hi there,
when i want to configure ssh to be used in telnet ,do i need to enter the vty like using these commands:
(config)# line vty 0 1180
do i really need 1180 , and what does it refer to .
Solved! Go to Solution.
06-06-2009 11:37 PM
With newer IOS releases (relatively new), the number of VTY lines have been increased (from 5/16 to 1000+). You need to do 'transport input all' or 'transport input telnet ssh' on the lines to allow telnet & ssh together.
You can just configure as many lines as you need, for example lines 0 to 15 and leave the rest. This is a good template to secure IOS configurations, check the VTY configuration section:
http://www.cymru.com/Documents/secure-ios-template.html
Regards
Farrukh
06-06-2009 11:37 PM
With newer IOS releases (relatively new), the number of VTY lines have been increased (from 5/16 to 1000+). You need to do 'transport input all' or 'transport input telnet ssh' on the lines to allow telnet & ssh together.
You can just configure as many lines as you need, for example lines 0 to 15 and leave the rest. This is a good template to secure IOS configurations, check the VTY configuration section:
http://www.cymru.com/Documents/secure-ios-template.html
Regards
Farrukh
06-07-2009 10:32 PM
thx man ,
quote :"You can just configure as many lines as you need"
That's exactly what i am looking for .
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide