- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2016 08:33 PM - edited 03-08-2019 08:15 AM
I have a question about a server continuously trying to SSH into my router and only my router. The only thing on this server functionality wise is DHCP, so there's really no reason for it to keep trying to SSH in the router, so that's why it's puzzling me of why it's trying to ssh constantly. I could understand if it was for an SNMP server with write permission for an example.
ACL:
ip access-list standard SNMP_HOME permit 192.168.0.0 0.0.0.7 log permit 192.168.52.0 0.0.0.7 log permit 192.168.94.32 0.0.0.15 log deny any log ! ip access-list extended SSH_IN permit tcp host 192.168.52.2 any eq 22 log permit tcp 192.168.10.0 0.0.0.255 any eq 22 log permit tcp host 192.168.0.1 any eq 22 log permit tcp host 192.168.0.2 any eq 22 log permit tcp host 192.168.0.3 any eq 22 log permit tcp host 192.168.0.5 any eq 22 log deny ip any any log |
Below is my log of the SSH:
Nov 23 04:20:12.625: %SEC-6-IPACCESSLOGP: list SSH_IN denied tcp 192.168.17.18(63385) -> 0.0.0.0(22), 2 packets |
All comments are appreciated. Thank you.
Solved! Go to Solution.
- Labels:
-
Other Switching
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2016 12:07 AM
Hi,
Have you had a thorough look at the processes running on the server? Could be a malicious application trying to access your router.
Thanks
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2016 12:07 AM
Hi,
Have you had a thorough look at the processes running on the server? Could be a malicious application trying to access your router.
Thanks
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2016 06:28 AM
John,
It did seem there was an application running that I didn't know about that was trying to SSH to the router.
