05-11-2006 10:20 PM - edited 03-03-2019 03:11 AM
how to change the default ssh port on router/switch in cisco?
05-11-2006 11:19 PM
add the 'rotary' command in the 'line' configuration mode
(whichever vty lines you want to change the port for)
e.g
line vty 0 4
rotary 52
you can then access this using port 30XX where ('XX' is the number
defined in rotary command '52' in this case)
so ssh
for more details:
http://www.cisco.com/univercd/cc/td/doc/product/software/ios121/121newft/121t/121t1/dtasyncq.htm
M.
Hope that helps rate if it does
05-11-2006 11:57 PM
Sorry
One remark this is workin only for telnet for SSH you need add also command
ip ssh port
fe. if you want use port 2000
ip ssh port 2000 rotary 52
(in our case is specified group 52 on vty)
M.
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