cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3594
Views
6
Helpful
1
Replies

closing port 22

middee
Level 1
Level 1

Ey there, very ease question, but i just dont know how to do it.

I need to close port 22 on a cisco router, what command do i need to do this?

And is there a way to see what ports are open?

Thank you!

1 Reply 1

3cayers
Level 1
Level 1

If you are running an SSH version of IOS and want to disable SSH on the router itself, you will need to remove "transport input ssh" from your line config.

conf t

line vty 0 4

transport input telnet

If you have a machine behind the router and want to disallow port 22 access to this machine, you will need to create an extended IP access-list and apply it.

conf t

access-list 199 deny tcp any any eq 22

access-list 199 permit ip any any

int f0/0 (connection to internet)

ip access-group 199 in

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: