How to Change the Default SSH Port on Cisco IOS
CHAPTERS:
Configuration
conf t
ip ssh port 3005 rotary 1
!
line vty 0 15
rotary 1
exit
!
ip access-list extended Deny-SSH-Port22
deny tcp any any eq 22
permit ip any any
!
line vty 0 15
access-class Deny-SSH-Port22 in
end
wr
Verification:
show ssh
show ip shh
sh tcp brief
References:
https://www.cisco.com/c/en/us/td/docs...
• ssh on cisco router & change default ...
https://community.cisco.com/t5/switch...
http://traveltoccie.blogspot.com/2015...
#cisco #ccna #ccnp #ccie